sqlitexx 0.0.1
Public Member Functions | Friends
sqlite3xx::result::field Class Reference

#include <result.hpp>

Public Member Functions

 field (const tuple &t, tuple::size_type c)
 
void GetValueOfType (int type, int &obj) const
 
void GetValueOfType (int type, string &obj) const
 
void GetValueOfType (int type, double &obj) const
 
template<typename T >
bool to (T &obj) const
 

Friends

SQLITEXX_LIBEXPORT friend ostream & operator<< (ostream &o, const field &f)
 

Constructor & Destructor Documentation

◆ field()

sqlite3xx::result::field::field ( const tuple t,
tuple::size_type  c 
)
inline

Member Function Documentation

◆ GetValueOfType() [1/3]

void sqlite3xx::result::field::GetValueOfType ( int  type,
double &  obj 
) const
inline

◆ GetValueOfType() [2/3]

void sqlite3xx::result::field::GetValueOfType ( int  type,
int &  obj 
) const
inline

◆ GetValueOfType() [3/3]

void sqlite3xx::result::field::GetValueOfType ( int  type,
string &  obj 
) const
inline

◆ to()

template<typename T >
bool sqlite3xx::result::field::to ( T &  obj) const
inline

Friends And Related Symbol Documentation

◆ operator<<

SQLITEXX_LIBEXPORT friend ostream & operator<< ( ostream &  o,
const field f 
)
friend

The documentation for this class was generated from the following file: