#include <dds/topic/topicfwd.hpp>Go to the source code of this file.
Classes | |
| struct | is_topic_type< T > |
| struct | topic_type_support< T > |
Defines | |
| #define | REGISTER_TOPIC_TYPE(TOPIC_TYPE) |
| #define REGISTER_TOPIC_TYPE | ( | TOPIC_TYPE | ) |
namespace dds { namespace topic { \ template<> struct is_topic_type<TOPIC_TYPE> { \ enum { value = 1 }; \ }; } }
Definition at line 35 of file TopicTraits.hpp.
1.7.1