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

Public Member Functions

 DbDataValueSizeVisitor ()
 
template<typename T >
void operator() (const T &t)
 
void operator() (const std::string &str)
 
void operator() (const boost::blank &blank)
 
void operator() (const boost::uuids::uuid &uuid)
 
size_t GetSize () const
 

Public Attributes

size_t size_
 

Detailed Description

Definition at line 12 of file gendb_if.cc.

Constructor & Destructor Documentation

DbDataValueSizeVisitor::DbDataValueSizeVisitor ( )
inline

Definition at line 14 of file gendb_if.cc.

Member Function Documentation

size_t DbDataValueSizeVisitor::GetSize ( ) const
inline

Definition at line 30 of file gendb_if.cc.

template<typename T >
void DbDataValueSizeVisitor::operator() ( const T &  t)
inline

Definition at line 18 of file gendb_if.cc.

void DbDataValueSizeVisitor::operator() ( const std::string &  str)
inline

Definition at line 21 of file gendb_if.cc.

void DbDataValueSizeVisitor::operator() ( const boost::blank &  blank)
inline

Definition at line 24 of file gendb_if.cc.

void DbDataValueSizeVisitor::operator() ( const boost::uuids::uuid uuid)
inline

Definition at line 27 of file gendb_if.cc.

Member Data Documentation

size_t DbDataValueSizeVisitor::size_

Definition at line 33 of file gendb_if.cc.


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