col_spec Class Reference
[Classes and types for external use]

column specification More...

#include <vdbl_table.h>

List of all members.

Public Member Functions

 col_spec (const col_spec &__c)
virtual ~col_spec ()
 col_spec (const std::string &__s, const _VDBL_col &__c)
 col_spec (const char *__s, const _VDBL_col &__c)
template<class _CR >
 col_spec (const std::string &__s, const _CR &__c)
template<class _CR >
 col_spec (const char *__s, const _CR &__c)


Detailed Description

This class is used to specify columns of a table.

Definition at line 1268 of file vdbl_table.h.


Constructor & Destructor Documentation

col_spec::col_spec ( const std::string &  __s,
const _VDBL_col __c 
) [inline]

constructor building a column description with a name (__s) and column data (__c).

Definition at line 1279 of file vdbl_table.h.

col_spec::col_spec ( const char *  __s,
const _VDBL_col __c 
) [inline]

constructor building a column description with a name (__s) and column data (__c).

Definition at line 1282 of file vdbl_table.h.

template<class _CR >
col_spec::col_spec ( const std::string &  __s,
const _CR &  __c 
) [inline]

constructor building a column description with a name (__s) and arbitrary data (__c) which is converted to column data.

Definition at line 1292 of file vdbl_table.h.

template<class _CR >
col_spec::col_spec ( const char *  __s,
const _CR &  __c 
) [inline]

constructor building a column description with a name (__s) and arbitrary data (__c) which is converted to column data.

Definition at line 1296 of file vdbl_table.h.

col_spec::col_spec ( const col_spec __c  )  [inline]

copy constructor

Definition at line 1303 of file vdbl_table.h.

virtual col_spec::~col_spec (  )  [inline, virtual]

standard destructor

Definition at line 1308 of file vdbl_table.h.


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

Generated on Tue Feb 9 14:59:51 2010 for Vienna Database Library by  doxygen 1.5.8