TrinityCore
FactorySelector::PermissibleOrderPred< T > Struct Template Reference

Public Member Functions

 PermissibleOrderPred (T const *obj)
 
template<class Value >
bool operator() (Value const &left, Value const &right) const
 

Private Attributes

T const *const _obj
 

Detailed Description

template<class T>
struct FactorySelector::PermissibleOrderPred< T >

Definition at line 43 of file CreatureAISelector.cpp.

Constructor & Destructor Documentation

◆ PermissibleOrderPred()

template<class T >
FactorySelector::PermissibleOrderPred< T >::PermissibleOrderPred ( T const *  obj)
inline

Definition at line 46 of file CreatureAISelector.cpp.

Member Function Documentation

◆ operator()()

template<class T >
template<class Value >
bool FactorySelector::PermissibleOrderPred< T >::operator() ( Value const &  left,
Value const &  right 
) const
inline

Definition at line 49 of file CreatureAISelector.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _obj

template<class T >
T const* const FactorySelector::PermissibleOrderPred< T >::_obj
private

Definition at line 55 of file CreatureAISelector.cpp.


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