Fennel: TExceptionCBData Struct Reference (original) (raw)

TExceptionCBData::TExceptionCBData ( void(*)(const char *, void *) fnTheCB,
void * pTheData
) [inline]

Definition at line 49 of file NoisyArithmetic.h.

00052 : fnCB(fnTheCB), 00053 pData(pTheData) 00054 {}