#include <vdbl_context.h>

Public Member Functions | |
| _VDBL_context (const _VDBL_table *t) | |
| const _VDBL_table * | table () const |
| void | table (const _VDBL_table *t) |
| _VDBL_context () | |
| _VDBL_context (const _VDBL_context &_c) | |
| virtual | ~_VDBL_context () |
Definition at line 51 of file vdbl_context.h.
| _VDBL_context::_VDBL_context | ( | ) | [inline] |
standard constructor, copy constructor, and destructor.
Definition at line 62 of file vdbl_context.h.
| _VDBL_context::_VDBL_context | ( | const _VDBL_context & | _c | ) | [inline] |
standard constructor, copy constructor, and destructor.
Definition at line 63 of file vdbl_context.h.
| virtual _VDBL_context::~_VDBL_context | ( | ) | [inline, virtual] |
standard constructor, copy constructor, and destructor.
Definition at line 64 of file vdbl_context.h.
| _VDBL_context::_VDBL_context | ( | const _VDBL_table * | t | ) | [inline] |
constructor which explicitely sets the table pointer
Definition at line 70 of file vdbl_context.h.
| void _VDBL_context::table | ( | const _VDBL_table * | t | ) | [inline] |
set the table pointer
Definition at line 80 of file vdbl_context.h.
| const _VDBL_table* _VDBL_context::table | ( | ) | const [inline] |
retrieve a pointer to the table this object belongs to
Definition at line 75 of file vdbl_context.h.
1.5.8