Public Member Functions
FIX::LogFactory Class Reference

This interface must be implemented to create a Log. More...

#include <Log.h>

Inheritance diagram for FIX::LogFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~LogFactory ()
virtual Logcreate ()=0
virtual Logcreate (const SessionID &)=0
virtual void destroy (Log *)=0

Detailed Description

This interface must be implemented to create a Log.

Definition at line 42 of file Log.h.


Constructor & Destructor Documentation

virtual FIX::LogFactory::~LogFactory ( ) [inline, virtual]

Definition at line 45 of file Log.h.

{}

Member Function Documentation

virtual Log* FIX::LogFactory::create ( ) [pure virtual]
virtual Log* FIX::LogFactory::create ( const SessionID ) [pure virtual]
virtual void FIX::LogFactory::destroy ( Log ) [pure virtual]

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

Generated on Mon Sep 15 2014 01:23:57 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001