#include <string>
#include "ndds/ndds_cpp.h"
#include "reflex/dllexport.h"
#include "reflex/../../src/dd_extra.cxx"
Go to the source code of this file.
|
| | 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.
|
| |
| #define GET_ARRAY_DECL |
( |
|
BASIC_TYPE | ) |
|
Value:
BASIC_TYPE *array, \
DDS_UnsignedLong *length, \
const MemberAccess & ma);
#define REFLEX_DLL_EXPORT
Definition: dllexport.h:35
| #define GET_SEQUENCE_DECL |
( |
|
DDS_SEQ_TYPE | ) |
|
Value:
DDS_SEQ_TYPE &seq, \
const MemberAccess & ma);
#define REFLEX_DLL_EXPORT
Definition: dllexport.h:35
| #define SET_ARRAY_DECL |
( |
|
BASIC_TYPE | ) |
|
Value:
const MemberAccess & ma, \
DDS_UnsignedLong length, \
const BASIC_TYPE *array);
#define REFLEX_DLL_EXPORT
Definition: dllexport.h:35
| #define SET_SEQUENCE_DECL |
( |
|
DDS_SEQ_TYPE | ) |
|
Value:
const MemberAccess & ma, \
const DDS_SEQ_TYPE &value);
#define REFLEX_DLL_EXPORT
Definition: dllexport.h:35