dodo::exception::__call__ Struct Reference
describes function call in call stack More...
#include <exceptionBasic.h>
Public Attributes | |
| dodoString | object |
| name of the object where call was found | |
| dodoString | symbol |
| name of the call | |
| void * | address |
| address of the call | |
Detailed Description
describes function call in call stack
Definition at line 122 of file exceptionBasic.h.
Member Data Documentation
address of the call
Definition at line 125 of file exceptionBasic.h.
| dodoString dodo::exception::__call__::object |
name of the object where call was found
Definition at line 123 of file exceptionBasic.h.
| dodoString dodo::exception::__call__::symbol |
name of the call
Definition at line 124 of file exceptionBasic.h.
The documentation for this struct was generated from the following file:
- include/libdodo/exceptionBasic.h
Generated on Sun Nov 8 03:44:48 2009 for libdodo by
1.6.1

