Class MemberFlag

Class Documentation

class MemberFlag

Public Functions

inline MemberFlag()
inline MemberFlag(const MemberFlag &x)
inline MemberFlag(MemberFlag &&x)
inline MemberFlag &operator=(const MemberFlag &x)
inline MemberFlag &operator=(MemberFlag &&x)
inline bool TRY_CONSTRUCT1() const
inline void TRY_CONSTRUCT1(bool b)
inline bool TRY_CONSTRUCT2() const
inline void TRY_CONSTRUCT2(bool b)
inline bool IS_EXTERNAL() const
inline void IS_EXTERNAL(bool b)
inline bool IS_OPTIONAL() const
inline void IS_OPTIONAL(bool b)
inline bool IS_MUST_UNDERSTAND() const
inline void IS_MUST_UNDERSTAND(bool b)
inline bool IS_KEY() const
inline void IS_KEY(bool b)
inline bool IS_DEFAULT() const
inline void IS_DEFAULT(bool b)
inline bool operator==(const MemberFlag &other) const
inline std::bitset<16> bitset() const
inline void bitset(const std::bitset<16> &bitset)