method
columns.
More...
#include <vdbl_method.h>
Public Types | |
typedef _TR | return_type |
Public Member Functions | |
virtual return_type | operator() () const VDBL_PURE_VIRTUALvirtual return_type def() const VDBL_PURE_VIRTUALvirtual void setcontext(const context *_c |
method_col
columns. 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 101 of file vdbl_method.h.
typedef _TR method< _TR >::return_type |
This is the type of the return value of the evaluation methods. Note that this type has to coincide with the column type.
Reimplemented from _VDBL_method< _TR >.
Definition at line 108 of file vdbl_method.h.
virtual return_type _VDBL_method< _TR >::operator() | ( | ) | const [virtual, inherited] |
compute the value compute the default value set the evaluation context and the evaluation row.