FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CdlList Class Reference

#include <CdlList.h>

Public Member Functions

CdlNodeAddHead (void *)
 
CdlNodeAddTail (void *)
 
CdlNodeFind (void *)
 
int GetCount (void) const
 
voidGetAt (CdlNode *)
 
voidGetNext (CdlNode *&)
 
voidGetPrev (CdlNode *&)
 
voidRemoveHead (void)
 
voidRemoveTail (void)
 
void Del (void)
 
void InsertAfter (CdlNode *, void *)
 
void InsertBefore (CdlNode *, void *)
 
void RemoveAt (CdlNode *)
 

Detailed Description

Definition at line 21 of file CdlList.h.

Member Function Documentation

◆ AddHead()

CdlNode * CdlList::AddHead ( void * )

◆ AddTail()

CdlNode * CdlList::AddTail ( void * )

◆ Del()

void CdlList::Del ( void )

◆ Find()

CdlNode * CdlList::Find ( void * )

◆ GetAt()

void * CdlList::GetAt ( CdlNode * )

◆ GetCount()

int CdlList::GetCount ( void ) const

◆ GetNext()

void * CdlList::GetNext ( CdlNode *& )

◆ GetPrev()

void * CdlList::GetPrev ( CdlNode *& )

◆ InsertAfter()

void CdlList::InsertAfter ( CdlNode * ,
void *  )

◆ InsertBefore()

void CdlList::InsertBefore ( CdlNode * ,
void *  )

◆ RemoveAt()

void CdlList::RemoveAt ( CdlNode * )

◆ RemoveHead()

void * CdlList::RemoveHead ( void )

◆ RemoveTail()

void * CdlList::RemoveTail ( void )

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