Inheritance diagram for MAKLogger::DtLgrDatabasePrinter:
Collaboration diagram for MAKLogger::DtLgrDatabasePrinter:Public Member Functions | |
| DtLgrDatabasePrinter (DtOutputStream &log, DtDatabaseInterface &db) | |
| CTOR. | |
| virtual | ~DtLgrDatabasePrinter () |
| DTOR. | |
| DtOutputStream & | log () |
| Get the log stream. | |
| DtDatabaseInterface & | db () |
| Get the database interface. | |
Protected Types | |
|
typedef std::vector < DtDatabaseTableSP > | TableList |
Protected Member Functions | |
| void | createTablesFromList (TableList &tableList, const DtString &className) |
| Create tables. | |
| void | updateTablesFromList (TableList &tableList) |
| Update tables from list. | |
| void | resetTablesFromList (TableList &tables) const |
| Reset the contents of all tables in a list. | |
Protected Attributes | |
| DtDatabaseInterface & | myDatabaseInterface |
| DtOutputStream & | myOutputLog |