|
RefleX
Build DDS Applications in Modern C++ without IDL
|
#include <tuple>#include <vector>#include <array>#include <string>#include <iostream>#include <boost/type_traits.hpp>#include <ndds/ndds_cpp.h>#include "reflex/dllexport.h"Go to the source code of this file.
Classes | |
| class | reflex::SafeTypeCode< T > |
| A type-safe, exception-safe wrapper for DDS TypeCode. More... | |
Namespaces | |
| reflex | |
| The top-level namespace for all the RefleX APIs. | |
Functions | |
| template<class T > | |
| void | reflex::swap (SafeTypeCode< T > &lhs, SafeTypeCode< T > &rhs) throw () |
| Swap the contents of two SafeTypeCode objects. Never throws. More... | |
1.8.6