_VDBL_mthdcol columns.
More...
#include <vdbl_method.h>
Inheritance diagram for _VDBL_method< _R >:

Public Methods | |
| _VDBL_method () | |
| _VDBL_method (const _VDBL_method &__m) | |
| virtual | ~_VDBL_method () |
| virtual const return_type & | operator() () VDBL_PURE_VIRTUAL virtual const return_type &def() VDBL_PURE_VIRTUAL virtual 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 55 of file vdbl_method.h.
|
|||||||||
|
standard constructor Definition at line 65 of file vdbl_method.h. |
|
||||||||||
|
copy constructor Definition at line 69 of file vdbl_method.h. |
|
|||||||||
|
standard destructor Definition at line 74 of file vdbl_method.h. |
|
|||||||||
|
set the evaluation context and the evaluation row. |
1.2.18