Geant4 11.2.2
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.

86# define PTL_DEFAULT_OBJECT(NAME) \
87 NAME() = default; \
88 ~NAME() = default; \
89 NAME(const NAME&) = default; \
90 NAME(NAME&&) = default; \
91 NAME& operator=(const NAME&) = default; \
92 NAME& operator=(NAME&&) = default;

◆ PTL_DLL

#define PTL_DLL

Definition at line 82 of file Types.hh.