OpenSDN source code
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::DbDataValueSizeVisitor ( )
inline

Definition at line 14 of file gendb_if.cc.

Member Function Documentation

◆ GetSize()

size_t DbDataValueSizeVisitor::GetSize ( ) const
inline

Definition at line 30 of file gendb_if.cc.

◆ operator()() [1/4]

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

Definition at line 24 of file gendb_if.cc.

◆ operator()() [2/4]

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

Definition at line 27 of file gendb_if.cc.

◆ operator()() [3/4]

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

Definition at line 21 of file gendb_if.cc.

◆ operator()() [4/4]

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

Definition at line 18 of file gendb_if.cc.

Member Data Documentation

◆ size_

size_t DbDataValueSizeVisitor::size_

Definition at line 33 of file gendb_if.cc.


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