Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

col_spec Class Reference
[Classes and types for external use]

column specification More...

#include <vdbl_table.h>

List of all members.

Public Methods

 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 1087 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 1098 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 1101 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 1111 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 1115 of file vdbl_table.h.

col_spec::col_spec const col_spec &    __c [inline]
 

copy constructor

Definition at line 1122 of file vdbl_table.h.

virtual col_spec::~col_spec   [inline, virtual]
 

standard destructor

Definition at line 1127 of file vdbl_table.h.


The documentation for this class was generated from the following file:
Generated on Tue Nov 4 01:29:36 2003 for Vienna Database Library by doxygen1.2.18