Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
_ListRef< LIST > Struct Template Reference

#include <G4FastList.hh>

Public Types

using traits_type = type_wrapper<LIST>
 
using mli_traits_type = type_wrapper<G4ManyFastLists_iterator<typename LIST::object>>
 

Public Member Functions

 _ListRef (LIST *__list)
 

Public Attributes

LIST * fpList
 

Detailed Description

template<class LIST>
struct _ListRef< LIST >

Definition at line 87 of file G4FastList.hh.

Member Typedef Documentation

◆ mli_traits_type

template<class LIST >
using _ListRef< LIST >::mli_traits_type = type_wrapper<G4ManyFastLists_iterator<typename LIST::object>>

Definition at line 90 of file G4FastList.hh.

◆ traits_type

template<class LIST >
using _ListRef< LIST >::traits_type = type_wrapper<LIST>

Definition at line 89 of file G4FastList.hh.

Constructor & Destructor Documentation

◆ _ListRef()

template<class LIST >
_ListRef< LIST >::_ListRef ( LIST * __list)
inline

Definition at line 109 of file G4FastList.hh.

109 :
110 fpList(__list)
111 {
112 ;
113 }
LIST * fpList

Member Data Documentation

◆ fpList

template<class LIST >
LIST* _ListRef< LIST >::fpList

Definition at line 106 of file G4FastList.hh.


The documentation for this struct was generated from the following file: