Defines

ACE_export.h File Reference

#include "ace/config-lite.h"
Include dependency graph for ACE_export.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ACE_HAS_DLL   1
#define ACE_Export   ACE_Proper_Import_Flag
#define ACE_SINGLETON_DECLARATION(T)   ACE_IMPORT_SINGLETON_DECLARATION (T)
#define ACE_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)   ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)
#define ACE_NAMESPACE_STORAGE_CLASS   extern ACE_EXPORT_MACRO
#define ACE_NAMESPACE_INLINE_FUNCTION   ACE_NAMESPACE_STORAGE_CLASS inline
#define ACE_INLINE_TEMPLATE_FUNCTION   inline

Define Documentation

#define ACE_Export   ACE_Proper_Import_Flag

Definition at line 31 of file ACE_export.h.

#define ACE_HAS_DLL   1

Definition at line 20 of file ACE_export.h.

#define ACE_INLINE_TEMPLATE_FUNCTION   inline

Definition at line 63 of file ACE_export.h.

#define ACE_NAMESPACE_INLINE_FUNCTION   ACE_NAMESPACE_STORAGE_CLASS inline

Definition at line 61 of file ACE_export.h.

#define ACE_NAMESPACE_STORAGE_CLASS   extern ACE_EXPORT_MACRO

Definition at line 50 of file ACE_export.h.

#define ACE_SINGLETON_DECLARATION (   T  )     ACE_IMPORT_SINGLETON_DECLARATION (T)

Definition at line 32 of file ACE_export.h.

#define ACE_SINGLETON_DECLARE (   SINGLETON_TYPE,
  CLASS,
  LOCK 
)    ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK)

Definition at line 33 of file ACE_export.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines