RefleX
Build DDS Applications in Modern C++ without IDL
|
#include <iostream>
#include <type_traits>
#include <sstream>
#include <ndds/ndds_cpp.h>
#include "reflex/member_names.h"
#include "reflex/disc_union.h"
#include "reflex/enable_if.h"
Go to the source code of this file.
Namespaces | |
reflex | |
The top-level namespace for all the RefleX APIs. | |
Macros | |
#define | UNUSED_VAR(i) do { (void)(i); } while (0) |
#define UNUSED_VAR | ( | i | ) | do { (void)(i); } while (0) |