_VDBL_mthdcol columns.
More...
#include <vdbl_method.h>

Public Member Functions | |
| _VDBL_method () | |
| _VDBL_method (const _VDBL_method &__m) | |
| virtual | ~_VDBL_method () |
| virtual return_type | operator() () const VDBL_PURE_VIRTUALvirtual return_type def() const VDBL_PURE_VIRTUALvirtual void setcontext(const context *_c |
_VDBL_mthdcol. Its virtual methods are those required from a method used for computing column names dynamically. Such a method is a function object with two additional methods described below.
Definition at line 56 of file vdbl_method.h.
| _VDBL_method< _TR >::_VDBL_method | ( | ) | [inline] |
standard constructor
Definition at line 66 of file vdbl_method.h.
| _VDBL_method< _TR >::_VDBL_method | ( | const _VDBL_method< _TR > & | __m | ) | [inline] |
copy constructor
Definition at line 70 of file vdbl_method.h.
| virtual _VDBL_method< _TR >::~_VDBL_method | ( | ) | [inline, virtual] |
standard destructor
Definition at line 75 of file vdbl_method.h.
| virtual return_type _VDBL_method< _TR >::operator() | ( | ) | const [virtual] |
compute the value compute the default value set the evaluation context and the evaluation row.
1.5.8