RefleX
Build DDS Applications in Modern C++ without IDL
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Namespaces | Macros
dd_traits.h File Reference
#include "ndds/ndds_cpp.h"

Go to the source code of this file.

Namespaces

 reflex
 The top-level namespace for all the RefleX APIs.
 
 reflex::match
 Contains types to adapt types of members of structured type to an existing TypeCode.
 

Macros

#define DYNAMIC_DATA_SEQ_TRAITS(BASIC_TYPE, DDS_SEQ_TYPE)
 

Macro Definition Documentation

#define DYNAMIC_DATA_SEQ_TRAITS (   BASIC_TYPE,
  DDS_SEQ_TYPE 
)
Value:
template <> \
struct DynamicDataSeqTraits<BASIC_TYPE> { \
typedef DDS_SEQ_TYPE type; \
};