Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
Types.hh File Reference

Go to the source code of this file.

Macros

#define DLLEXPORT
 
#define DLLIMPORT
 
#define PTL_DLL
 
#define PTL_DEFAULT_OBJECT(NAME)
 

Macro Definition Documentation

◆ DLLEXPORT

#define DLLEXPORT

Definition at line 80 of file Types.hh.

◆ DLLIMPORT

#define DLLIMPORT

Definition at line 81 of file Types.hh.

◆ PTL_DEFAULT_OBJECT

#define PTL_DEFAULT_OBJECT (   NAME)
Value:
NAME() = default; \
~NAME() = default; \
NAME(const NAME&) = default; \
NAME(NAME&&) = default; \
NAME& operator=(const NAME&) = default; \
NAME& operator=(NAME&&) = default;
@ NAME
Definition: inflate.h:27

Definition at line 86 of file Types.hh.

◆ PTL_DLL

#define PTL_DLL

Definition at line 82 of file Types.hh.