OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DbDataValuePrinter Class Reference
Inheritance diagram for DbDataValuePrinter:
Collaboration diagram for DbDataValuePrinter:

Public Member Functions

 DbDataValuePrinter ()
 
template<typename IntegerType >
std::string operator() (const IntegerType &tint) const
 
std::string operator() (const std::string &tstring) const
 
std::string operator() (const boost::uuids::uuid &tuuid) const
 
std::string operator() (const IpAddress &tipaddr) const
 
std::string operator() (const GenDb::Blob &tblob) const
 
std::string operator() (const boost::blank &tblank) const
 

Detailed Description

Definition at line 134 of file gendb_if.cc.

Constructor & Destructor Documentation

DbDataValuePrinter::DbDataValuePrinter ( )
inline

Definition at line 136 of file gendb_if.cc.

Member Function Documentation

template<typename IntegerType >
std::string DbDataValuePrinter::operator() ( const IntegerType &  tint) const
inline

Definition at line 139 of file gendb_if.cc.

Here is the call graph for this function:

std::string DbDataValuePrinter::operator() ( const std::string &  tstring) const
inline

Definition at line 142 of file gendb_if.cc.

std::string DbDataValuePrinter::operator() ( const boost::uuids::uuid tuuid) const
inline

Definition at line 145 of file gendb_if.cc.

std::string DbDataValuePrinter::operator() ( const IpAddress tipaddr) const
inline

Definition at line 148 of file gendb_if.cc.

std::string DbDataValuePrinter::operator() ( const GenDb::Blob tblob) const
inline

Definition at line 154 of file gendb_if.cc.

std::string DbDataValuePrinter::operator() ( const boost::blank &  tblank) const
inline

Definition at line 159 of file gendb_if.cc.


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