Go to the documentation of this file. 26 #ifndef G4SHARED_PTR_HH_ 27 #define G4SHARED_PTR_HH_ 32 #define G4shared_ptr std::shared_ptr 33 #define G4weak_ptr std::weak_ptr 34 #define G4static_pointer_cast std::static_pointer_cast 35 #define G4const_pointer_cast std::const_pointer_cast 36 #define G4dynamic_pointer_cast std::dynamic_pointer_cast 37 #define G4enable_shared_from_this std::enable_shared_from_this 38 #define G4enable_shared_from_this2 std::enable_shared_from_this