DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Namespaces | Macros
TopicTraits.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dds::topic::is_topic_type< T >
 
struct  is_topic_type< T >
 
struct  dds::topic::topic_type_name< T >
 
struct  dds::topic::topic_type_support< T >
 
struct  topic_type_support< T >
 

Namespaces

namespace  dds
 
namespace  dds::topic
 

Macros

#define REGISTER_TOPIC_TYPE(TOPIC_TYPE)
 

Macro Definition Documentation

#define REGISTER_TOPIC_TYPE (   TOPIC_TYPE)
Value:
namespace dds { namespace topic { \
template<> struct is_topic_type<TOPIC_TYPE> { \
enum { value = 1 }; \
}; } }

Definition at line 49 of file TopicTraits.hpp.