LiteSQL 0.3.10
litesql::Field< T > Class Template Reference

holds field value More...

#include <field.hpp>

Public Member Functions

 Field (const FieldType &f)
std::string fullName () const
std::string name () const
std::string type () const
std::string table () const
value () const
const FieldTypefieldType () const
bool modified () const
void setModified (bool state)
const Field & operator= (const std::string &v)
const Field & operator= (const T &v)
template<class T2>
const Field & operator= (T2 v)
template<class T2>
bool operator== (const T2 &v) const
template<class T2>
bool operator!= (const T2 &v) const
 operator std::string () const
 operator T () const

Detailed Description

template<class T>
class litesql::Field< T >

holds field value


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

SourceForge.net Logo