EPAM B2BITS CME MDP Handler C++  5.4.2
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Cme::Mdp::UInt32NULL Struct Reference

#include <B2BITS_CmeMdpMessages.h>

Inheritance diagram for Cme::Mdp::UInt32NULL:
Inheritance graph
[legend]
Collaboration diagram for Cme::Mdp::UInt32NULL:
Collaboration graph
[legend]

Public Member Functions

 UInt32NULL (uint32_t v=null_value)
 
bool isNull () const
 
 operator uint32_t () const
 

Public Attributes

uint32_t val_
 

Static Public Attributes

static const uint32_t null_value = 4294967295
 

Constructor & Destructor Documentation

Cme::Mdp::UInt32NULL::UInt32NULL ( uint32_t  v = null_value)
inline

Member Function Documentation

bool Cme::Mdp::UInt32NULL::isNull ( ) const
inline
Cme::Mdp::UInt32NULL::operator uint32_t ( ) const
inline

Member Data Documentation

const uint32_t Cme::Mdp::UInt32NULL::null_value = 4294967295
static
uint32_t Cme::Mdp::UInt32NULL::val_