#include "CollectionTypes.hpp"
Definition at line 59 of file CollectionTypes.hpp.
◆ MapType() [1/2]
dds::core::xtypes::MapType::MapType |
( |
const DyanmicType & |
key_type, |
|
|
const DynamicType & |
value_type |
|
) |
| |
Create an unbounded Map with the given key/value type.
◆ MapType() [2/2]
dds::core::xtypes::MapType::MapType |
( |
const DyanmicType & |
key_type, |
|
|
const DynamicType & |
value_type, |
|
|
uint32_t |
bounds |
|
) |
| |
Create an bounded Map with the given key/value type.
◆ bounds()
uint32_t dds::core::xtypes::CollectionType::bounds |
( |
| ) |
const |
|
inherited |
◆ key_type()
const DyanmicType& dds::core::xtypes::MapType::key_type |
( |
| ) |
|
◆ value_type()
const DynamicType& dds::core::xtypes::MapType::value_type |
( |
| ) |
|
◆ UNBOUNDED
const uint32_t dds::core::xtypes::CollectionType::UNBOUNDED = 0xFFFFFFFF |
|
inherited |
The documentation for this class was generated from the following file: