#include <comp_hook.h>
Inheritance diagram for work_node_comp_hook:
Public Methods | |
work_node_comp_hook (const std::string &name) | |
virtual | ~work_node_comp_hook () |
virtual void | operator() (const work_node &wn, dbt_row &dbr)=0 |
virtual bool | init_columns (vdbl::standard_table &stable) |
virtual bool | drop_columns (vdbl::standard_table &stable) |
const std::string & | name () |
Protected Methods | |
template<class _CI> bool | _init_column (vdbl::standard_table &stable, const std::string &colname, const _CI &c) |
template<class _CI> bool | _init_column (vdbl::standard_table &stable, const char *colname, const _CI &c) |
bool | _drop_columns (vdbl::standard_table &stable) |
search_node_relation | parent_relation (const work_node &wn) const |
search_node_id | node_id (const work_node &wn) const |
|
Definition at line 57 of file comp_hook.h. |
|
Definition at line 60 of file comp_hook.h. |
|
Definition at line 42 of file comp_hook.cc. |
|
Definition at line 45 of file comp_hook.h. |
|
Definition at line 31 of file comp_hook.cc. |
|
Reimplemented in logvol_comp_hook, and objbounds_comp_hook. Definition at line 66 of file comp_hook.h. |
|
Reimplemented in logvol_comp_hook, and objbounds_comp_hook. Definition at line 64 of file comp_hook.h. |
|
Definition at line 68 of file comp_hook.h. |
|
Definition at line 51 of file comp_hook.cc. |
|
Implemented in logvol_comp_hook, and objbounds_comp_hook. |
|
Definition at line 54 of file comp_hook.cc. |