Public Member Functions | Private Attributes | List of all members
FIX::MessageStoreFactoryExceptionWrapper Class Reference

#include <MessageStore.h>

Collaboration diagram for FIX::MessageStoreFactoryExceptionWrapper:
Collaboration graph
[legend]

Public Member Functions

 MessageStoreFactoryExceptionWrapper (MessageStoreFactory *pFactory)
 
MessageStorecreate (const SessionID &, bool &, ConfigError &)
 
void destroy (MessageStore *)
 

Private Attributes

MessageStoreFactorym_pFactory
 

Detailed Description

Definition at line 155 of file MessageStore.h.

Constructor & Destructor Documentation

◆ MessageStoreFactoryExceptionWrapper()

FIX::MessageStoreFactoryExceptionWrapper::MessageStoreFactoryExceptionWrapper ( MessageStoreFactory pFactory)
inline

Definition at line 160 of file MessageStore.h.

Member Function Documentation

◆ create()

MessageStore * FIX::MessageStoreFactoryExceptionWrapper::create ( const SessionID sessionID,
bool &  threw,
ConfigError ex 
)

Definition at line 74 of file MessageStore.cpp.

77 {
78  threw = false;
79  try { m_pStore->get( begin, end, msgs ); }

◆ destroy()

void FIX::MessageStoreFactoryExceptionWrapper::destroy ( MessageStore pStore)

Definition at line 81 of file MessageStore.cpp.

84 {

Member Data Documentation

◆ m_pFactory

MessageStoreFactory* FIX::MessageStoreFactoryExceptionWrapper::m_pFactory
private

Definition at line 158 of file MessageStore.h.

Referenced by FIX::MemoryStore::get(), and FIX::MemoryStore::set().


The documentation for this class was generated from the following files:

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001