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

vdbl_col.h File Reference

#include <stddef.h>
#include <typeinfo>
#include <iostream>
#include <vdbl_config.h>
#include <vdbl_types.h>
#include <vdbl_context.h>
#include <vdbl_alltype.h>

Include dependency graph for vdbl_col.h:

Include dependency graph

Go to the source code of this file.

Compounds

class  __VDBL_colbase
 The base class of the internal column structure. More...

class  _VDBL_col
 The generic column class (the external structure). More...

class  _VDBL_colbase
 The type dependent base class of the internal column structure. More...

class  _VDBL_mthdcol
 generic column class for methods More...

class  _VDBL_stdcol
 generic column class for constant values More...

class  col_base
 column base class More...

class  method_col
 external name for computed columns More...

class  typed_col
 external name for constant data columns More...


Typedefs

typedef _VDBL_col col
 the column class

typedef _VDBL_stdcol< mixtypestandard_col
 the standard column class with constant mixtype data


Functions

template<class _C> std::ostream & print_it (std::ostream &o, const _C &t)
std::ostream & operator<< (std::ostream &o, const _VDBL_col &c)


Detailed Description

This is an internal header file, included by other library headers. You should not attempt to use it directly.

Definition in file vdbl_col.h.


Function Documentation

std::ostream& operator<< std::ostream &    o,
const _VDBL_col   c
[inline]
 

The print operation for generic columns. This implicitely calls operator<< for the columns type. So it is necessary that this operator is indeed defined.

Definition at line 359 of file vdbl_col.h.


Generated on Tue Nov 4 01:29:16 2003 for Vienna Database Library by doxygen1.2.18