TrinityCore
Loading...
Searching...
No Matches
TypeContainerVisitor.h File Reference
+ Include dependency graph for TypeContainerVisitor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TypeContainerVisitor< Visitor, TypeContainer >
 

Functions

template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
void VisitorHelper (Visitor &, TypeListContainerStorage< UnderlyingContainer, Types... > &)
 
template<class Visitor , template< typename > typename UnderlyingContainer, typename First , typename... Types>
void VisitorHelper (Visitor &v, TypeListContainerStorage< UnderlyingContainer, First, Types... > &c)
 
template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
void VisitorHelper (Visitor &v, TypeListContainer< UnderlyingContainer, Types... > &c)
 

Function Documentation

◆ VisitorHelper() [1/3]

template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
void VisitorHelper ( Visitor &  ,
TypeListContainerStorage< UnderlyingContainer, Types... > &   
)
inline

Definition at line 31 of file TypeContainerVisitor.h.

+ Here is the caller graph for this function:

◆ VisitorHelper() [2/3]

template<class Visitor , template< typename > typename UnderlyingContainer, typename... Types>
void VisitorHelper ( Visitor &  v,
TypeListContainer< UnderlyingContainer, Types... > &  c 
)
inline

Definition at line 43 of file TypeContainerVisitor.h.

+ Here is the call graph for this function:

◆ VisitorHelper() [3/3]

template<class Visitor , template< typename > typename UnderlyingContainer, typename First , typename... Types>
void VisitorHelper ( Visitor &  v,
TypeListContainerStorage< UnderlyingContainer, First, Types... > &  c 
)
inline

Definition at line 36 of file TypeContainerVisitor.h.

+ Here is the call graph for this function: