#include <read_base.hpp>


Public Member Functions | |
| ref_base (openDB &dbIn) | |
| virtual | ~ref_base () |
Protected Attributes | |
| openDB & | db |
| openRsFactory | RsMaker |
| openRS & | rs |
Definition at line 30 of file read_base.hpp.
| ref_base::ref_base | ( | openDB & | dbIn | ) | [inline] |
Definition at line 37 of file read_base.hpp.
| virtual ref_base::~ref_base | ( | ) | [inline] |
Definition at line 42 of file read_base.hpp.
openDB& ref_base::db [protected] |
Definition at line 33 of file read_base.hpp.
openRsFactory ref_base::RsMaker [protected] |
Definition at line 34 of file read_base.hpp.
openRS& ref_base::rs [protected] |
Definition at line 35 of file read_base.hpp.
Referenced by quickerQuery::getData(), quickerQuery::getRS(), and page_paragraphs::load().
1.5.5