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::MsgPipePool Class Reference

#include <B2BITS_FIXMessagePool.h>

Public Member Functions

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

Static Public Member Functions

static MsgPipePoolcreate (int size)
 

Public Attributes

MsgPipePoolImpl * impl_
 

Constructor & Destructor Documentation

Engine::MsgPipePool::~MsgPipePool ( )

Member Function Documentation

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

Member Data Documentation

MsgPipePoolImpl* Engine::MsgPipePool::impl_