Classes | Namespaces | Defines | Typedefs | Functions

cdbField.h File Reference

#include <iostream>
#include "acsutil.h"
#include "cdbData_Types.h"
#include "cdbExport.h"
Include dependency graph for cdbField.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cdb::Field

Namespaces

namespace  cdb

Defines

#define CDB_FIELD_NULL   1
#define CDB_FIELD_UNINITIALIZED   2
#define CDB_FIELD_NONEXISTENT   3

Typedefs

typedef std::vector< Field > cdb::FieldArray

Functions

std::ostream & operator<< (std::ostream &os, cdb::LongLong ll)
std::istream & operator>> (std::istream &is, cdb::LongLong &ll)
std::ostream & operator<< (std::ostream &os, cdb::ULongLong ll)
std::istream & operator>> (std::istream &is, cdb::ULongLong &ll)
std::ostream & operator<< (std::ostream &os, const cdb::Any &any)
 defined(__GNUG__)
std::istream & operator>> (std::istream &is, cdb::Any &any)

Define Documentation

#define CDB_FIELD_NONEXISTENT   3
#define CDB_FIELD_NULL   1
#define CDB_FIELD_UNINITIALIZED   2

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
cdb::LongLong  ll 
)
std::ostream& operator<< ( std::ostream &  os,
const cdb::Any any 
)

defined(__GNUG__)

std::ostream& operator<< ( std::ostream &  os,
cdb::ULongLong  ll 
)
std::istream& operator>> ( std::istream &  is,
cdb::ULongLong ll 
)
std::istream& operator>> ( std::istream &  is,
cdb::LongLong ll 
)
std::istream& operator>> ( std::istream &  is,
cdb::Any any 
)