OpenSDN source code
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

◆ ColList()

GenDb::ColList::ColList ( )
inline

Definition at line 189 of file gendb_if.h.

◆ ~ColList()

GenDb::ColList::~ColList ( )
inline

Definition at line 192 of file gendb_if.h.

Member Function Documentation

◆ GetSize()

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

◆ cfname_

std::string GenDb::ColList::cfname_

Definition at line 197 of file gendb_if.h.

◆ columns_

NewColVec GenDb::ColList::columns_

Definition at line 199 of file gendb_if.h.

◆ rowkey_

DbDataValueVec GenDb::ColList::rowkey_

Definition at line 198 of file gendb_if.h.


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