#include <stddef.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | XrdOucPupArgs |
struct | XrdOucPupNames |
class | XrdOucPup |
Defines | |
#define | setPUP0(Type) {0, -1, 0, PT_ ## Type} |
#define | setPUP1(Name, Type, Base, Var) {offsetof(Base,Var), -1, Name, PT_ ## Type} |
#define | setPUP2(Name, Type, Base, Var, Dlen) {offsetof(Base,Var), Dlen, Name, PT_ ## Type} |
Enumerations | |
enum | XrdOucPupType |
#define setPUP0 | ( | Type | ) | {0, -1, 0, PT_ ## Type} |
Definition at line 68 of file XrdOucPup.hh.
Definition at line 70 of file XrdOucPup.hh.
Definition at line 73 of file XrdOucPup.hh.
enum XrdOucPupType |
Definition at line 26 of file XrdOucPup.hh.