Classes Files

Wombat::MamaSymbolMapCallback

More…

Public Functions

  Name
int SymbolMapFunc(object closure, ref string result, string symbol, int maxLen)
Prototype for symbol-mapping function.

Detailed Description

class Wombat::MamaSymbolMapCallback;

Callback interface to receive notifications regarding symbol mapping events

Public Functions Documentation

function SymbolMapFunc

int SymbolMapFunc(
    object closure,
    ref string result,
    string symbol,
    int maxLen
)

Prototype for symbol-mapping function.

Parameters:

  • closure
  • result
  • symbol
  • maxLen

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