OpenMAMA
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Wombat::MamaSymbolStoreSaveCallback Class Reference

The MamaSymbolStoreSaveCallback interface. More...

#include <MamaSymbolStoreSaveCallback.h>

Public Member Functions

virtual ~MamaSymbolStoreSaveCallback ()
virtual const char * savefilterConverter (const char *symbol)=0
 Method invoked when a symbol is being saved to file.

Detailed Description

The MamaSymbolStoreSaveCallback interface.

An Object implementing this interface can be passed to the saveSymbolsToFile() function as a mechanism for filtering / transforming symbols being saved to files.

Constructor & Destructor Documentation

virtual Wombat::MamaSymbolStoreSaveCallback::~MamaSymbolStoreSaveCallback ( )
virtual
{};

Member Function Documentation

virtual const char* Wombat::MamaSymbolStoreSaveCallback::savefilterConverter ( const char *  symbol)
pure virtual

Method invoked when a symbol is being saved to file.

Parameters
symbolThe symbol just added to the store.

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


© 2012 Linux Foundation