RefleX
Build DDS Applications in Modern C++ without IDL
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros Pages
Classes | Namespaces
safe_dynamicdata.h File Reference
#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...