RefleX
Build DDS Applications in Modern C++ without IDL
|
#include "reflex/auto_dd.h"
Go to the source code of this file.
Classes | |
class | reflex::SafeDynamicData< T > |
Typesafe, exception-safe, poulated DynamicData. More... | |
Namespaces | |
reflex | |
The top-level namespace for all the RefleX APIs. | |
Functions | |
template<class T > | |
void | reflex::swap (SafeDynamicData< T > &lhs, SafeDynamicData< T > &rhs) throw () |
Swap the contents of two SafeDynamicData objects. Never throws. More... | |