#include <iostream>
#include <string>
#include <vector>
#include <ndds/ndds_cpp.h>
#include "reflex/safe_typecode.h"
#include "reflex/member_names.h"
#include "reflex/enable_if.h"
#include "reflex/disc_union.h"
#include "reflex/tuple_iterator.h"
#include "reflex/bounded.h"
#include "reflex/dllexport.h"
#include "reflex/reflex_fwd.h"
#include "reflex/../../src/typecode_manip.cxx"
Go to the source code of this file.
|
| reflex |
| The top-level namespace for all the RefleX APIs.
|
|
#define GET_PRIMITIVE_TC_DEF |
( |
|
BASIC_TYPE, |
|
|
|
TYPECODE |
|
) |
| |
Value:static const DDS_TypeCode * \
get_primitive_tc(DDS_TypeCodeFactory * factory, \
const BASIC_TYPE *) { \
return factory->get_primitive_tc(TYPECODE); \
}