Geant4-11
Macros
G4memory.hh File Reference
#include <memory>

Go to the source code of this file.

Macros

#define G4const_pointer_cast   std::const_pointer_cast
 
#define G4dynamic_pointer_cast   std::dynamic_pointer_cast
 
#define G4enable_shared_from_this   std::enable_shared_from_this
 
#define G4enable_shared_from_this2   std::enable_shared_from_this
 
#define G4shared_ptr   std::shared_ptr
 
#define G4static_pointer_cast   std::static_pointer_cast
 
#define G4weak_ptr   std::weak_ptr
 

Macro Definition Documentation

◆ G4const_pointer_cast

#define G4const_pointer_cast   std::const_pointer_cast

Definition at line 35 of file G4memory.hh.

◆ G4dynamic_pointer_cast

#define G4dynamic_pointer_cast   std::dynamic_pointer_cast

Definition at line 36 of file G4memory.hh.

◆ G4enable_shared_from_this

#define G4enable_shared_from_this   std::enable_shared_from_this

Definition at line 37 of file G4memory.hh.

◆ G4enable_shared_from_this2

#define G4enable_shared_from_this2   std::enable_shared_from_this

Definition at line 38 of file G4memory.hh.

◆ G4shared_ptr

#define G4shared_ptr   std::shared_ptr

Definition at line 32 of file G4memory.hh.

◆ G4static_pointer_cast

#define G4static_pointer_cast   std::static_pointer_cast

Definition at line 34 of file G4memory.hh.

◆ G4weak_ptr

#define G4weak_ptr   std::weak_ptr

Definition at line 33 of file G4memory.hh.