EPAM B2BITS CME MDP Handler C++
6.2.1
|
#include <B2BITS_SbeTypes.h>
Public Types | |
typedef Enum_ | enum_type |
typedef std::underlying_type < enum_type >::type | underlying_type |
Public Member Functions | |
SbeSet (underlying_type v=0) | |
SbeSet (enum_type v) | |
bool | test (enum_type bit) const noexcept |
SbeSet & | set (enum_type bit) |
SbeSet & | clear (enum_type bit) |
operator underlying_type () const noexcept | |
Public Attributes | |
underlying_type | val_ = 0 |
typedef Enum_ B2bits::Sbe::SbeSet< Enum_ >::enum_type |
typedef std::underlying_type<enum_type>::type B2bits::Sbe::SbeSet< Enum_ >::underlying_type |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
underlying_type B2bits::Sbe::SbeSet< Enum_ >::val_ = 0 |