TExceptionCBData Struct Reference

#include <NoisyArithmetic.h>

List of all members.

Public Member Functions

 TExceptionCBData (void(*fnTheCB)(const char *, void *), void *pTheData)

Public Attributes

void(* fnCB )(const char *, void *)
void * pData


Detailed Description

Definition at line 45 of file NoisyArithmetic.h.


Constructor & Destructor Documentation

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     {}


Member Data Documentation

void(* TExceptionCBData::fnCB)(const char *, void *)

void* TExceptionCBData::pData

Definition at line 48 of file NoisyArithmetic.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:48 2009 for Fennel by  doxygen 1.5.1