DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Annotations.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_XTYPES_ANNOTATIONS_HPP_
2 #define OMG_DDS_CORE_XTYPES_ANNOTATIONS_HPP_
3 
6 
7 namespace dds {
8  namespace core {
9  namespace xtypes {
11 
12 
14 
16 
18 
20 
22 
24 
26 
28 
30 
31  namespace annotation {
32  // These functions can be used to get cached instances.
33  // so to avoid the proliferation of small annotation objects.
43  dds::core::xtypes::VerbatimAnnotation Verbatim(const std::string& text);
46 
47  }
48  }
49  }
50 }
51 #endif /* OMG_DDS_CORE_XTYPES_ANNOTATIONS_HPP_ */