OnixS C++ CME MDP Streamlined Market Data Handler  1.2.0
API Documentation
Bootstrap.h File Reference
#include <OnixS/CME/Streamlined/Compiler.h>
#include <OnixS/CME/Streamlined/Export.h>

Go to the source code of this file.

Macros

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL(entity, typeName)   entity typeName
 
#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL(entity, typeName)   entity typeName
 
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_CLASS_DECL(typeName)   ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL(class, typeName)
 
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_STRUCT_DECL(typeName)   ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL(struct, typeName)
 
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_CLASS   class ONIXS_CMESTREAMLINEDMDH_EXPORTED
 
#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_STRUCT   struct ONIXS_CMESTREAMLINEDMDH_EXPORTED
 
#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_CLASS_DECL(typeName)   ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL(class, typeName)
 
#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_STRUCT_DECL(typeName)   ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL(struct, typeName)
 
#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_CLASS   class ONIXS_CMESTREAMLINEDMDH_INTERNAL
 
#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_STRUCT   struct ONIXS_CMESTREAMLINEDMDH_INTERNAL
 
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS   class
 
#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT   struct
 
#define ONIXS_CMESTREAMLINEDMDH_LTWT_EXPORTED   ONIXS_CMESTREAMLINEDMDH_EXPORTED
 
#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS_DECL(name)   class name
 
#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT_DECL(name)   struct name
 
#define ONIXS_CMESTREAMLINEDMDH_TO_STR(entity)   #entity
 
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN   namespace OnixS { namespace CME { namespace Streamlined { namespace MDH {
 
#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END   }}}}
 
#define STD_NAMESPACE_BEGIN   namespace std {
 
#define STD_NAMESPACE_END   }
 

Macro Definition Documentation

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_CLASS   class ONIXS_CMESTREAMLINEDMDH_EXPORTED

Definition at line 63 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_CLASS_DECL (   typeName)    ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL(class, typeName)

Definition at line 55 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL (   entity,
  typeName 
)    entity typeName

Definition at line 43 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_STRUCT   struct ONIXS_CMESTREAMLINEDMDH_EXPORTED

Definition at line 67 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_EXPORTED_STRUCT_DECL (   typeName)    ONIXS_CMESTREAMLINEDMDH_EXPORTED_DECL(struct, typeName)

Definition at line 59 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_CLASS   class ONIXS_CMESTREAMLINEDMDH_INTERNAL

Definition at line 79 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_CLASS_DECL (   typeName)    ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL(class, typeName)

Definition at line 71 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL (   entity,
  typeName 
)    entity typeName

Definition at line 47 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_STRUCT   struct ONIXS_CMESTREAMLINEDMDH_INTERNAL

Definition at line 83 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_INTERNAL_STRUCT_DECL (   typeName)    ONIXS_CMESTREAMLINEDMDH_INTERNAL_DECL(struct, typeName)

Definition at line 75 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS   class

Definition at line 111 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_LTWT_CLASS_DECL (   name)    class name

Definition at line 123 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_LTWT_EXPORTED   ONIXS_CMESTREAMLINEDMDH_EXPORTED

Definition at line 119 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT   struct

Definition at line 115 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_LTWT_STRUCT_DECL (   name)    struct name

Definition at line 127 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_BEGIN   namespace OnixS { namespace CME { namespace Streamlined { namespace MDH {

Definition at line 169 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_NAMESPACE_END   }}}}

Definition at line 173 of file Bootstrap.h.

#define ONIXS_CMESTREAMLINEDMDH_TO_STR (   entity)    #entity

Definition at line 135 of file Bootstrap.h.

#define STD_NAMESPACE_BEGIN   namespace std {

Definition at line 177 of file Bootstrap.h.

#define STD_NAMESPACE_END   }

Definition at line 181 of file Bootstrap.h.