LCIO
02.17
|
#include <stdio.h>
Go to the source code of this file.
Classes | |
class | UTIL::lXDR |
Namespaces | |
UTIL | |
Macros | |
#define | LXDR_SUCCESS 0 |
#define | LXDR_OPENFAILURE 1 |
#define | LXDR_READONLY 2 |
#define | LXDR_WRITEONLY 3 |
#define | LXDR_NOFILE 4 |
#define | LXDR_READERROR 5 |
#define | LXDR_WRITEERROR 6 |
#define | LXDR_SEEKERROR 7 |
#define LXDR_NOFILE 4 |
Definition at line 137 of file lXDR.hh.
Referenced by UTIL::lXDR::checkRead(), UTIL::lXDR::checkWrite(), and UTIL::lXDR::filePosition().
#define LXDR_OPENFAILURE 1 |
Definition at line 134 of file lXDR.hh.
Referenced by UTIL::lXDR::setFileName().
#define LXDR_READERROR 5 |
Definition at line 138 of file lXDR.hh.
Referenced by UTIL::lXDR::checkRead(), UTIL::lXDR::readDoubleArray(), UTIL::lXDR::readFloatArray(), UTIL::lXDR::readLongArray(), and UTIL::lXDR::readString().
#define LXDR_READONLY 2 |
Definition at line 135 of file lXDR.hh.
Referenced by UTIL::lXDR::checkRead().
#define LXDR_SEEKERROR 7 |
Definition at line 140 of file lXDR.hh.
Referenced by UTIL::lXDR::filePosition().
#define LXDR_SUCCESS 0 |
Definition at line 133 of file lXDR.hh.
Referenced by UTIL::lXDR::checkRead(), UTIL::lXDR::checkWrite(), UTIL::lXDR::readDoubleArray(), UTIL::lXDR::readFloatArray(), UTIL::lXDR::readLongArray(), UTIL::lXDR::readString(), UTIL::lXDR::setFileName(), UTIL::lXDR::writeDoubleArray(), UTIL::lXDR::writeLongArray(), and UTIL::lXDR::writeString().
#define LXDR_WRITEERROR 6 |
Definition at line 139 of file lXDR.hh.
Referenced by UTIL::lXDR::checkWrite(), UTIL::lXDR::writeDoubleArray(), UTIL::lXDR::writeLongArray(), and UTIL::lXDR::writeString().
#define LXDR_WRITEONLY 3 |
Definition at line 136 of file lXDR.hh.
Referenced by UTIL::lXDR::checkWrite().