C/C++ User's Journal STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model
Synesis Software InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

recls/internal/compiler.h File Reference


Detailed Description

[C, C++] Compiler detection for the recls API.

Go to the source code of this file.

Namespaces

namespace  recls

Defines

#define RECLS_CALLCONV_NULL
 Unspecified calling convention for the recls API.
#define RECLS_CALLCONV_CDECL
 cdecl calling convention for the recls API.
#define RECLS_CALLCONV_STDDECL
 stdcall calling convention for the recls API.
#define RECLS_CALLCONV_FASTDECL
 fastcall calling convention for the recls API.
#define RECLS_CALLCONV_DEFAULT
 Default calling convention for the recls API.


Define Documentation

#define RECLS_CALLCONV_CDECL

cdecl calling convention for the recls API.

#define RECLS_CALLCONV_DEFAULT

Default calling convention for the recls API.

Examples:
example_c_2.c, and example_c_5.c.

#define RECLS_CALLCONV_FASTDECL

fastcall calling convention for the recls API.

#define RECLS_CALLCONV_NULL

Unspecified calling convention for the recls API.

#define RECLS_CALLCONV_STDDECL

stdcall calling convention for the recls API.


recls Library documentation © Synesis Software Pty Ltd, 2001-2006