Jpp
15.0.1-rc.1-highQE
the software that should make you happy
|
#include <istream>
#include <ostream>
#include <string>
#include <vector>
#include "JLang/JException.hh"
#include "JLang/JLangToolkit.hh"
#include "JMath/JMath.hh"
#include "dbclient/KM3NeTDBClient.h"
Go to the source code of this file.
Classes | |
class | JDATABASE::JSelector |
Auxiliary class for specifying selection of database data. More... | |
Namespaces | |
JDATABASE | |
Auxiliary classes and methods for database I/O. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
const Selector::RelOp & | JDATABASE::getOperand (const int index) |
Get operand. More... | |
Variables | |
static const Selector::RelOp *const | JDATABASE::OPERAND [] |
Available operands. More... | |
static const int | JDATABASE::NUMBER_OF_OPERANDS = sizeof(OPERAND) / sizeof(OPERAND[0]) |
Number of available operands. More... | |