Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4THitsVector.hh File Reference
#include "G4THitsCollection.hh"
#include "G4THitsMap.hh"
#include "globals.hh"
#include <deque>
#include <map>
#include <unordered_map>
#include <vector>

Go to the source code of this file.

Classes

class  G4VTHitsVector< T, Vector_t >
 
class  G4THitsVector< _Tp >
 
class  G4THitsDeque< _Tp >
 

Macros

#define is_same_t(_Tp, _Up)
 
#define is_fundamental_t(_Tp)
 
#define is_std_map_t(_Mp)
 
#define is_std_uomap_t(_Mp)
 
#define is_std_mmap_t(_Mp)
 
#define is_std_uommap_t(_Mp)
 
#define is_map_t(_Mp)
 
#define is_pointer_t(_Tp)
 
#define scast(_Tp)
 

Macro Definition Documentation

◆ is_fundamental_t

#define is_fundamental_t ( _Tp)
Value:
std::is_fundamental<_Tp>::value

Definition at line 69 of file G4THitsVector.hh.

◆ is_map_t

#define is_map_t ( _Mp)
Value:
(is_std_map_t(_Mp) ||\ is_std_mmap_t(_Mp) || \ is_std_uomap_t(_Mp) || \ is_std_uommap_t(_Mp))
#define is_std_map_t(_Mp)

Definition at line 75 of file G4THitsVector.hh.

75#define is_map_t(_Mp) \
76 (is_std_map_t(_Mp) ||\ is_std_mmap_t(_Mp) || \ is_std_uomap_t(_Mp) || \ is_std_uommap_t(_Mp))

◆ is_pointer_t

#define is_pointer_t ( _Tp)
Value:
std::is_pointer<_Tp>::value

Definition at line 77 of file G4THitsVector.hh.

◆ is_same_t

#define is_same_t ( _Tp,
_Up )
Value:
std::is_same<_Tp, _Up>::value

Definition at line 68 of file G4THitsVector.hh.

◆ is_std_map_t

#define is_std_map_t ( _Mp)
Value:
std::is_same<_Mp, map_t>::value

Definition at line 71 of file G4THitsVector.hh.

◆ is_std_mmap_t

#define is_std_mmap_t ( _Mp)
Value:
std::is_same<_Mp, mmap_t>::value

Definition at line 73 of file G4THitsVector.hh.

◆ is_std_uomap_t

#define is_std_uomap_t ( _Mp)
Value:
std::is_same<_Mp, uomap_t>::value

Definition at line 72 of file G4THitsVector.hh.

◆ is_std_uommap_t

#define is_std_uommap_t ( _Mp)
Value:
std::is_same<_Mp, uommap_t>::value

Definition at line 74 of file G4THitsVector.hh.

◆ scast