![]() |
Rosetta Utilities
2014.35
|
#include <RowData.hh>
Public Member Functions | |
RowData (std::string const &column_name, T const &data) | |
virtual void | bind_data (platform::Size const &index, cppdb::statement &statement) |
![]() | |
RowDataBase (std::string const &column_name) | |
virtual | ~RowDataBase () |
std::string | get_column_name () const |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Private Attributes | |
T | data_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
|
inline |
|
inlinevirtual |
|
private |