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

#include <B2BITS_CmeMdpMessages.h>

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

Public Member Functions

 UInt64NULL (uint64_t v=null_value)
 
bool isNull () const
 
 operator uint64_t () const
 

Public Attributes

uint64_t val_
 

Static Public Attributes

static const uint64_t null_value = 18446744073709551615ull
 

Constructor & Destructor Documentation

Cme::Mdp::UInt64NULL::UInt64NULL ( uint64_t  v = null_value)
inline

Member Function Documentation

bool Cme::Mdp::UInt64NULL::isNull ( ) const
inline
Cme::Mdp::UInt64NULL::operator uint64_t ( ) const
inline

Member Data Documentation

const uint64_t Cme::Mdp::UInt64NULL::null_value = 18446744073709551615ull
static
uint64_t Cme::Mdp::UInt64NULL::val_