UniSet  2.6.0
Открытые типы | Открытые члены | Открытые статические члены | Защищенные данные | Полный список членов класса
Класс uniset::DBResult
Граф связей класса uniset::DBResult:
Collaboration graph
[см. легенду]

Открытые типы

typedef std::vector< std::string > COL
 
typedef std::deque< COL > ROW
 
typedef ROW::iterator iterator
 

Открытые члены

ROW & row ()
 
iterator begin ()
 
iterator end ()
 
 operator bool () const
 
size_t size () const
 
bool empty () const
 

Открытые статические члены

static int as_int (const DBResult::iterator &it, int col)
 
static double as_double (const DBResult::iterator &it, int col)
 
static std::string as_string (const DBResult::iterator &it, int col)
 
static int as_int (const DBResult::COL::iterator &it)
 
static double as_double (const DBResult::COL::iterator &it)
 
static std::string as_string (const DBResult::COL::iterator &it)
 
static size_t num_cols (const DBResult::iterator &it)
 

Защищенные данные

ROW row_