TrinityCore
Loading...
Searching...
No Matches
RefManager< ReferenceType > Class Template Reference

#include <RefManager.h>

+ Inheritance diagram for RefManager< ReferenceType >:

Public Types

typedef LinkedListHead::Iterator< ReferenceType > iterator
 
typedef LinkedListHead::Iterator< ReferenceType const > const_iterator
 

Public Member Functions

 RefManager ()
 
ReferenceType * front ()
 
ReferenceType const * front () const
 
iterator begin ()
 
iterator end ()
 
const_iterator begin () const
 
const_iterator end () const
 
virtual ~RefManager ()
 
void clearReferences ()
 
- Public Member Functions inherited from LinkedListHead
 LinkedListHead ()
 
bool empty () const
 
void push_front (LinkedListElement *pElem)
 
void push_back (LinkedListElement *pElem)
 
void pop_front ()
 
void pop_back ()
 
uint32 size () const
 
void incSize ()
 
void decSize ()
 

Additional Inherited Members

- Protected Member Functions inherited from LinkedListHead
template<typename T >
T * front_impl ()
 
template<typename T >
T const * front_impl () const
 
template<typename T >
T * back_impl ()
 
template<typename T >
T const * back_impl () const
 
template<typename T >
Iterator< T > begin_impl ()
 
template<typename T >
Iterator< T const > begin_impl () const
 
template<typename T >
Iterator< T > end_impl ()
 
template<typename T >
Iterator< T const > end_impl () const
 
void splice_impl (LinkedListElement *where, LinkedListElement *first, LinkedListElement *last)
 
template<typename T >
void splice_impl (Iterator< T > where, Iterator< T > first, Iterator< T > last)
 
 ~LinkedListHead ()
 

Detailed Description

template<class ReferenceType>
class RefManager< ReferenceType >

Definition at line 25 of file RefManager.h.

Member Typedef Documentation

◆ const_iterator

template<class ReferenceType >
typedef LinkedListHead::Iterator<ReferenceType const> RefManager< ReferenceType >::const_iterator

Definition at line 29 of file RefManager.h.

◆ iterator

template<class ReferenceType >
typedef LinkedListHead::Iterator<ReferenceType> RefManager< ReferenceType >::iterator

Definition at line 28 of file RefManager.h.

Constructor & Destructor Documentation

◆ RefManager()

template<class ReferenceType >
RefManager< ReferenceType >::RefManager ( )
inline

Definition at line 30 of file RefManager.h.

◆ ~RefManager()

template<class ReferenceType >
virtual RefManager< ReferenceType >::~RefManager ( )
inlinevirtual

Definition at line 41 of file RefManager.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ begin() [1/2]

template<class ReferenceType >
iterator RefManager< ReferenceType >::begin ( )
inline

Definition at line 35 of file RefManager.h.

+ Here is the caller graph for this function:

◆ begin() [2/2]

template<class ReferenceType >
const_iterator RefManager< ReferenceType >::begin ( ) const
inline

Definition at line 38 of file RefManager.h.

◆ clearReferences()

template<class ReferenceType >
void RefManager< ReferenceType >::clearReferences ( )
inline

Definition at line 46 of file RefManager.h.

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

◆ end() [1/2]

template<class ReferenceType >
iterator RefManager< ReferenceType >::end ( )
inline

Definition at line 36 of file RefManager.h.

+ Here is the caller graph for this function:

◆ end() [2/2]

template<class ReferenceType >
const_iterator RefManager< ReferenceType >::end ( ) const
inline

Definition at line 39 of file RefManager.h.

◆ front() [1/2]

template<class ReferenceType >
ReferenceType * RefManager< ReferenceType >::front ( )
inline

Definition at line 32 of file RefManager.h.

+ Here is the caller graph for this function:

◆ front() [2/2]

template<class ReferenceType >
ReferenceType const * RefManager< ReferenceType >::front ( ) const
inline

Definition at line 33 of file RefManager.h.


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