#include <iostream>
#include "acsutil.h"
#include "cdbData_Types.h"
#include "cdbExport.h"
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 CDB_FIELD_NONEXISTENT 3 |
#define CDB_FIELD_NULL 1 |
#define CDB_FIELD_UNINITIALIZED 2 |
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 | |||
) |