Typedefs | Enumerations

dds::type::typeobject::MemberFlag Namespace Reference

Typedefs

typedef std::bitset< 16 > Mask

Enumerations

enum  Bits { IS_KEY = (0x0001 << 0), IS_OPTIONAL = (0x0001 << 1), IS_SHAREABLE = (0x0001 << 2), IS_UNION_DEFAULT = (0x0001 << 3) }

Typedef Documentation

typedef std::bitset<16> Mask

Definition at line 132 of file TypeObject.hpp.


Enumeration Type Documentation

enum Bits
Enumerator:
IS_KEY 
IS_OPTIONAL 
IS_SHAREABLE 
IS_UNION_DEFAULT 

Set if member is union default case

Definition at line 123 of file TypeObject.hpp.