Classes Files

Wombat::MamaSymbolStoreSaveCallback

More…

#include <MamaSymbolStoreSaveCallback.h>

Public Functions

  Name
virtual ~MamaSymbolStoreSaveCallback()
virtual const char * savefilterConverter(const char * symbol) =0

Detailed Description

class Wombat::MamaSymbolStoreSaveCallback;

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.

Public Functions Documentation

function ~MamaSymbolStoreSaveCallback

inline virtual ~MamaSymbolStoreSaveCallback()

function savefilterConverter

virtual const char * savefilterConverter(
    const char * symbol
) =0

Parameters:

  • symbol The symbol just added to the store.

Method invoked when a symbol is being saved to file.


Updated on 2023-03-31 at 15:29:26 +0100