Cyclone ISO C++ API Reference Guide
TopicTraits.hpp File Reference
#include <string>

Go to the source code of this file.

Classes

struct  dds::topic::is_topic_type< T >
 Support functionality to check if a given object type is a Topic. More...
 
struct  dds::topic::is_topic_type< T >
 Support functionality to check if a given object type is a Topic. More...
 
struct  dds::topic::topic_type_name< T >
 Support functionality to get the default type_name of a Topic type. More...
 

Namespaces

 dds
 
 dds::topic
 

Macros

#define REGISTER_TOPIC_TYPE(TOPIC_TYPE)
 

Macro Definition Documentation

◆ REGISTER_TOPIC_TYPE

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

Definition at line 86 of file TopicTraits.hpp.

dds::topic::is_topic_type::value
Definition: TopicTraits.hpp:73
dds
Definition: array.hpp:30