![]() |
ATLAS Offline Software
|
Collecting a few shared bits and pieces from SEAL headers. More...
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. | |
Collecting a few shared bits and pieces from SEAL headers.
Definition in file SealCommon.h.
| #define ELF_ABI 32 |
Definition at line 207 of file SealCommon.h.
| #define ElfW | ( | type | ) |
Definition at line 210 of file SealCommon.h.
| #define ElfW1 | ( | e, | |
| w, | |||
| t ) |
Definition at line 211 of file SealCommon.h.
| #define ElfW2 | ( | e, | |
| w, | |||
| t ) |
Definition at line 212 of file SealCommon.h.
| #define IOFD_INVALID -1 |
Invalid channel descriptor constant.
Definition at line 20 of file SealCommon.h.
| #define PATH 0 |
Definition at line 161 of file SealCommon.h.
| #define STDC |
Definition at line 170 of file SealCommon.h.
| typedef int IOFD |
Type the system uses for channel descriptors.
Definition at line 27 of file SealCommon.h.