![]() |
OpenSplice ISO C++ 2 DCPS
v6.x
ISO C++ 2 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Classes | |
class | Annotation |
class | BitBoundAnnotation |
class | BitsetAnnotation |
class | CollectionType |
class | DynamicType |
class | ExtensibilityAnnotation |
class | IdAnnotation |
class | KeyAnnotation |
class | MapType |
class | MustUnderstandAnnotation |
class | NestedAnnotation |
class | SequenceType |
class | SharedAnnotation |
class | StringType |
class | StructType |
class | TypeProvider |
class | UnionCase |
class | UnionType |
class | VerbatimAnnotation |
Functions | |
template<typename T > | |
bool | isExtensible (const TStructType< T > &s) |
template<typename T > | |
bool | isFinal (const TStructType< T > &s) |
template<typename T > | |
bool | isMutable (const TStructType< T > &s) |
template<typename T > | |
bool | isNested (const TStructType< T > &s) |
bool dds::core::xtypes::detail::isExtensible | ( | const TStructType< T > & | s | ) |
Definition at line 35 of file StructType.hpp.
bool dds::core::xtypes::detail::isFinal | ( | const TStructType< T > & | s | ) |
Definition at line 32 of file StructType.hpp.
bool dds::core::xtypes::detail::isMutable | ( | const TStructType< T > & | s | ) |
Definition at line 38 of file StructType.hpp.
bool dds::core::xtypes::detail::isNested | ( | const TStructType< T > & | s | ) |
Definition at line 41 of file StructType.hpp.