B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Engine::FIXMessagePool Class Reference

#include <B2BITS_FIXMessagePool.h>

Public Member Functions

FIXMessageElemgetObj (bool *overflow=NULL)
 
bool isOverflowDetected ()
 
void operator delete (void *obj)
 
void * operator new (std::size_t size)
 
void resetOverflowDetected ()
 
 ~FIXMessagePool ()
 

Static Public Member Functions

static FIXMessagePoolcreate (int size)
 

Public Attributes

FIXMessagePoolImpl * impl_
 

Constructor & Destructor Documentation

Engine::FIXMessagePool::~FIXMessagePool ( )

Member Function Documentation

static FIXMessagePool* Engine::FIXMessagePool::create ( int  size)
static
FIXMessageElem* Engine::FIXMessagePool::getObj ( bool *  overflow = NULL)
bool Engine::FIXMessagePool::isOverflowDetected ( )
void Engine::FIXMessagePool::operator delete ( void *  obj)
void* Engine::FIXMessagePool::operator new ( std::size_t  size)
void Engine::FIXMessagePool::resetOverflowDetected ( )

Member Data Documentation

FIXMessagePoolImpl* Engine::FIXMessagePool::impl_