ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SqlDatabase::PrePostRow< Table > Class Template Reference

Called before and after printing each row of a table. More...

#include <SqlDatabase.h>

Inheritance diagram for SqlDatabase::PrePostRow< Table >:

Public Member Functions

virtual ~PrePostRow ()
 
virtual void operator() (std::ostream &out, const Table *table, size_t rownum, const std::vector< size_t > &widths)
 

Detailed Description

template<typename Table>
class SqlDatabase::PrePostRow< Table >

Called before and after printing each row of a table.

Definition at line 557 of file SqlDatabase.h.

Constructor & Destructor Documentation

template<typename Table>
virtual SqlDatabase::PrePostRow< Table >::~PrePostRow ( )
inlinevirtual

Definition at line 559 of file SqlDatabase.h.

Member Function Documentation

template<typename Table>
virtual void SqlDatabase::PrePostRow< Table >::operator() ( std::ostream &  out,
const Table table,
size_t  rownum,
const std::vector< size_t > &  widths 
)
inlinevirtual

Definition at line 560 of file SqlDatabase.h.


The documentation for this class was generated from the following file: