|
B2BITS CME MDP Handler API Reference
|
#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 |
| SbeSet & | set (enum_type bit) |
| SbeSet & | clear (enum_type bit) |
| operator underlying_type () const | |
Public Attributes | |
| underlying_type | val_ = 0 |
| typedef Enum_ enum_type |
| typedef std::underlying_type<enum_type>::type underlying_type |
|
inline |
|
inline |
|
inline |
1.8.6