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

#include <gendb_if.h>

Public Member Functions

 ColumnNameRange ()
 
 ~ColumnNameRange ()
 
bool IsEmpty () const
 
std::string ToString () const
 

Public Attributes

DbDataValueVec start_
 
DbDataValueVec finish_
 
uint32_t count_
 
Op::type start_op_
 
Op::type finish_op_
 

Detailed Description

Definition at line 210 of file gendb_if.h.

Constructor & Destructor Documentation

GenDb::ColumnNameRange::ColumnNameRange ( )
inline

Definition at line 211 of file gendb_if.h.

GenDb::ColumnNameRange::~ColumnNameRange ( )
inline

Definition at line 214 of file gendb_if.h.

Member Function Documentation

bool GenDb::ColumnNameRange::IsEmpty ( void  ) const
inline

Definition at line 217 of file gendb_if.h.

std::string ColumnNameRange::ToString ( ) const

Definition at line 60 of file gendb_if.cc.

Here is the call graph for this function:

Member Data Documentation

uint32_t GenDb::ColumnNameRange::count_

Definition at line 227 of file gendb_if.h.

DbDataValueVec GenDb::ColumnNameRange::finish_

Definition at line 226 of file gendb_if.h.

Op::type GenDb::ColumnNameRange::finish_op_

Definition at line 229 of file gendb_if.h.

DbDataValueVec GenDb::ColumnNameRange::start_

Definition at line 225 of file gendb_if.h.

Op::type GenDb::ColumnNameRange::start_op_

Definition at line 228 of file gendb_if.h.


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