#include <vdbl_col.h>
Public Member Functions | |
virtual __VDBL_colbase * | new_copy () const VDBL_PURE_VIRTUALvirtual void setcontext(const context *_c |
__VDBL_colbase () | |
__VDBL_colbase (const __VDBL_colbase &__v) | |
virtual | ~__VDBL_colbase () |
Definition at line 73 of file vdbl_col.h.
__VDBL_colbase::__VDBL_colbase | ( | ) | [inline] |
Standard constructor, copy constructor, and destructor
Definition at line 80 of file vdbl_col.h.
__VDBL_colbase::__VDBL_colbase | ( | const __VDBL_colbase & | __v | ) | [inline] |
Standard constructor, copy constructor, and destructor
Definition at line 81 of file vdbl_col.h.
virtual __VDBL_colbase::~__VDBL_colbase | ( | ) | [inline, virtual] |
Standard constructor, copy constructor, and destructor
Definition at line 82 of file vdbl_col.h.
virtual __VDBL_colbase* __VDBL_colbase::new_copy | ( | ) | const [virtual] |
This function is used to overload the copy constructor. A call to this function defines the context for column value retrieval
Reimplemented in _VDBL_colbase< _TR >, _VDBL_stdcol< _TT >, _VDBL_mthdcol< _TC, _TM, _TR >, _VDBL_colbase< _TM::return_type >, _VDBL_colbase< _TR >, _VDBL_colbase< _TT >, _VDBL_stdcol< _TT >, and _VDBL_mthdcol< _TM::context, _TM, _TM::return_type >.