TrinityCore
Movement::counter< T, limit > Class Template Reference

#include <MovementTypedefs.h>

Public Member Functions

 counter ()
 
void Increase ()
 
NewId ()
 
getCurrent () const
 

Private Member Functions

void init ()
 

Private Attributes

m_counter
 

Detailed Description

template<class T, T limit>
class Movement::counter< T, limit >

Definition at line 56 of file MovementTypedefs.h.

Constructor & Destructor Documentation

◆ counter()

template<class T , T limit>
Movement::counter< T, limit >::counter ( )
inline

Definition at line 59 of file MovementTypedefs.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ getCurrent()

template<class T , T limit>
T Movement::counter< T, limit >::getCurrent ( ) const
inline

Definition at line 70 of file MovementTypedefs.h.

◆ Increase()

template<class T , T limit>
void Movement::counter< T, limit >::Increase ( )
inline

Definition at line 61 of file MovementTypedefs.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ init()

template<class T , T limit>
void Movement::counter< T, limit >::init ( )
inlineprivate

Definition at line 73 of file MovementTypedefs.h.

+ Here is the caller graph for this function:

◆ NewId()

template<class T , T limit>
T Movement::counter< T, limit >::NewId ( )
inline

Definition at line 69 of file MovementTypedefs.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_counter

template<class T , T limit>
T Movement::counter< T, limit >::m_counter
private

Definition at line 74 of file MovementTypedefs.h.


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