Classes Files

Wombat::MamdaSymbolSourceHandler

More…

#include <MamdaSymbolSourceHandler.h>

Public Functions

  Name
virtual void onSymbol(const MamdaSymbolSourceEvent & event) =0
virtual ~MamdaSymbolSourceHandler()

Detailed Description

class Wombat::MamdaSymbolSourceHandler;

MamdaSymbolSourceHandler is an interface for applications that want to have an easy way to handle newly sourced symbol events. The interface defines the callback method for the new symbol event: onSymbol

Public Functions Documentation

function onSymbol

virtual void onSymbol(
    const MamdaSymbolSourceEvent & event
) =0

Parameters:

Method invoked when a new symbol has been sourced.

function ~MamdaSymbolSourceHandler

inline virtual ~MamdaSymbolSourceHandler()

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