B2BITS CME MDP Handler API Reference
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
UInt32NULL Struct Reference

#include <B2BITS_CmeMdpMessages.h>

+ Inheritance diagram for UInt32NULL:

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

UInt32NULL ( uint32_t  v = null_value)
inline

Member Function Documentation

bool isNull ( ) const
inline
operator uint32_t ( ) const
inline

Member Data Documentation

const uint32_t null_value = 4294967295
static
uint32_t val_