LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
lXDR.hh File Reference
#include <stdio.h>
+ Include dependency graph for lXDR.hh:
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define LXDR_NOFILE   4
#define LXDR_OPENFAILURE   1

Definition at line 134 of file lXDR.hh.

Referenced by UTIL::lXDR::setFileName().

#define LXDR_READERROR   5
#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
#define LXDR_WRITEERROR   6
#define LXDR_WRITEONLY   3

Definition at line 136 of file lXDR.hh.

Referenced by UTIL::lXDR::checkWrite().