sipxmedialib  Version 3.3
Public Member Functions | Private Attributes | List of all members
CTLink< TENTRY > Class Template Reference

#include <TLink.h>

Collaboration diagram for CTLink< TENTRY >:
Collaboration graph
[legend]

Public Member Functions

 CTLink (TENTRY tEntry)
 
 ~CTLink ()
 
void SetNext (CTLink< TENTRY > *ptLink)
 
void SetPrevious (CTLink< TENTRY > *ptLink)
 
CTLink< TENTRY > * GetNext (void)
 
CTLink< TENTRY > * GetPrevious (void)
 
TENTRY GetEntry (void)
 

Private Attributes

TENTRY m_tEntry
 
CTLink< TENTRY > * m_ptNext
 
CTLink< TENTRY > * m_ptPrevious
 

Constructor & Destructor Documentation

CTLink ( TENTRY  tEntry)
~CTLink ( )

Member Function Documentation

void SetNext ( CTLink< TENTRY > *  ptLink)
inline
void SetPrevious ( CTLink< TENTRY > *  ptLink)
inline
CTLink< TENTRY > * GetNext ( void  )
inline
CTLink< TENTRY > * GetPrevious ( void  )
inline
TENTRY GetEntry ( void  )
inline

Member Data Documentation

TENTRY m_tEntry
private
CTLink<TENTRY>* m_ptNext
private
CTLink<TENTRY>* m_ptPrevious
private