#include <NoisyArithmetic.h>
Public Member Functions | |
| TExceptionCBData (void(*fnTheCB)(const char *, void *), void *pTheData) | |
Public Attributes | |
| void(* | fnCB )(const char *, void *) |
| void * | pData |
Definition at line 45 of file NoisyArithmetic.h.
| TExceptionCBData::TExceptionCBData | ( | void(*)(const char *, void *) | fnTheCB, | |
| void * | pTheData | |||
| ) | [inline] |
| void(* TExceptionCBData::fnCB)(const char *, void *) |
| void* TExceptionCBData::pData |
Definition at line 48 of file NoisyArithmetic.h.
1.5.1