OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GenDb::ColList Struct Reference

#include <gendb_if.h>

Collaboration diagram for GenDb::ColList:

Public Member Functions

 ColList ()
 
 ~ColList ()
 
size_t GetSize () const
 

Public Attributes

std::string cfname_
 
DbDataValueVec rowkey_
 
NewColVec columns_
 

Detailed Description

Definition at line 188 of file gendb_if.h.

Constructor & Destructor Documentation

GenDb::ColList::ColList ( )
inline

Definition at line 189 of file gendb_if.h.

GenDb::ColList::~ColList ( )
inline

Definition at line 192 of file gendb_if.h.

Member Function Documentation

size_t ColList::GetSize ( ) const

Definition at line 47 of file gendb_if.cc.

Here is the call graph for this function:

Member Data Documentation

std::string GenDb::ColList::cfname_

Definition at line 197 of file gendb_if.h.

NewColVec GenDb::ColList::columns_

Definition at line 199 of file gendb_if.h.

DbDataValueVec GenDb::ColList::rowkey_

Definition at line 198 of file gendb_if.h.


The documentation for this struct was generated from the following files: