OpenSDN source code
|
#include <gendb_if.h>
Public Member Functions | |
NewCol (DbDataValueVec *n, DbDataValueVec *v, int ttl) | |
NewCol (DbDataValueVec *n, DbDataValueVec *v, int ttl, DbDataValueVec *t) | |
NewCol (const std::string &n, const DbDataValue &v, int ttl) | |
NewCol (const std::string &n, const DbDataValue &v, int ttl, DbDataValueVec *t) | |
NewCol (const NewCol &rhs) | |
bool | operator== (const NewCol &rhs) const |
size_t | GetSize () const |
Public Attributes | |
NewCf::ColumnFamilyType | cftype_ |
boost::scoped_ptr< DbDataValueVec > | name |
boost::scoped_ptr< DbDataValueVec > | value |
int | ttl |
boost::scoped_ptr< DbDataValueVec > | timestamp |
Definition at line 146 of file gendb_if.h.
|
inline |
Definition at line 147 of file gendb_if.h.
|
inline |
Definition at line 151 of file gendb_if.h.
|
inline |
Definition at line 156 of file gendb_if.h.
|
inline |
Definition at line 161 of file gendb_if.h.
|
inline |
Definition at line 165 of file gendb_if.h.
size_t NewCol::GetSize | ( | ) | const |
|
inline |
Definition at line 170 of file gendb_if.h.
NewCf::ColumnFamilyType GenDb::NewCol::cftype_ |
Definition at line 179 of file gendb_if.h.
boost::scoped_ptr<DbDataValueVec> GenDb::NewCol::name |
Definition at line 180 of file gendb_if.h.
boost::scoped_ptr<DbDataValueVec> GenDb::NewCol::timestamp |
Definition at line 183 of file gendb_if.h.
int GenDb::NewCol::ttl |
Definition at line 182 of file gendb_if.h.
boost::scoped_ptr<DbDataValueVec> GenDb::NewCol::value |
Definition at line 181 of file gendb_if.h.