|
OpenSDN source code
|
#include <gendb_if.h>

Public Member Functions | |
| ColList () | |
| ~ColList () | |
| size_t | GetSize () const |
Public Attributes | |
| std::string | cfname_ |
| DbDataValueVec | rowkey_ |
| NewColVec | columns_ |
Definition at line 188 of file gendb_if.h.
|
inline |
Definition at line 189 of file gendb_if.h.
|
inline |
Definition at line 192 of file gendb_if.h.
| size_t ColList::GetSize | ( | ) | const |
| 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.