ATLAS Offline Software
Macros | Typedefs
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. More...
 
#define PATH   0
 
#define STDC
 
#define ELF_ABI   32
 
#define ElfW(type)   ElfW1(Elf,ELF_ABI,type)
 
#define ElfW1(e, w, t)   ElfW2(Elf,w,_##t)
 
#define ElfW2(e, w, t)   e ## w ## t
 

Typedefs

typedef int IOFD
 Type the system uses for channel descriptors. More...
 

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 208 of file SealCommon.h.

◆ ElfW

#define ElfW (   type)    ElfW1(Elf,ELF_ABI,type)

Definition at line 211 of file SealCommon.h.

◆ ElfW1

#define ElfW1 (   e,
  w,
 
)    ElfW2(Elf,w,_##t)

Definition at line 212 of file SealCommon.h.

◆ ElfW2

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

Definition at line 213 of file SealCommon.h.

◆ IOFD_INVALID

#define IOFD_INVALID   -1

Invalid channel descriptor constant.


Definition at line 21 of file SealCommon.h.

◆ PATH

#define PATH   0

Definition at line 162 of file SealCommon.h.

◆ STDC

#define STDC

Definition at line 171 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.