ATLAS Offline Software
Loading...
Searching...
No Matches
SealCommon.h File Reference

Collecting a few shared bits and pieces from SEAL headers. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IOFD_INVALID   -1
 Invalid channel descriptor constant.
#define PATH   0
#define STDC
#define ELF_ABI   32
#define ElfW(type)
#define ElfW1(e, w, t)
#define ElfW2(e, w, t)

Typedefs

typedef int IOFD
 Type the system uses for channel descriptors.

Detailed Description

Collecting a few shared bits and pieces from SEAL headers.

Author
Wim Lavrijsen WLavr.nosp@m.ijse.nosp@m.n@lbl.nosp@m..gov
Date
Oct, 2008

Definition in file SealCommon.h.

Macro Definition Documentation

◆ ELF_ABI

#define ELF_ABI   32

Definition at line 207 of file SealCommon.h.

◆ ElfW

#define ElfW ( type)
Value:
#define ElfW1(e, w, t)
Definition SealCommon.h:211
#define ELF_ABI
Definition SealCommon.h:207

Definition at line 210 of file SealCommon.h.

◆ ElfW1

#define ElfW1 ( e,
w,
t )
Value:
ElfW2(Elf,w,_##t)
#define ElfW2(e, w, t)
Definition SealCommon.h:212

Definition at line 211 of file SealCommon.h.

◆ ElfW2

#define ElfW2 ( e,
w,
t )
Value:
e ## w ## t

Definition at line 212 of file SealCommon.h.

◆ IOFD_INVALID

#define IOFD_INVALID   -1

Invalid channel descriptor constant.

Definition at line 20 of file SealCommon.h.

◆ PATH

#define PATH   0

Definition at line 161 of file SealCommon.h.

◆ STDC

#define STDC

Definition at line 170 of file SealCommon.h.

Typedef Documentation

◆ IOFD

typedef int IOFD

Type the system uses for channel descriptors.

Definition at line 27 of file SealCommon.h.