Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TextureLoadTaskListClass Class Reference

#include <textureloader.h>

Inherited by SynchronizedTextureLoadTaskListClass.

Public Member Functions

 TextureLoadTaskListClass (void)
 
bool Is_Empty (void) const
 
void Push_Front (TextureLoadTaskClass *task)
 
void Push_Back (TextureLoadTaskClass *task)
 
TextureLoadTaskClassPop_Front (void)
 
TextureLoadTaskClassPop_Back (void)
 
void Remove (TextureLoadTaskClass *task)
 

Detailed Description

Definition at line 126 of file textureloader.h.

Constructor & Destructor Documentation

◆ TextureLoadTaskListClass()

TextureLoadTaskListClass::TextureLoadTaskListClass ( void )

Definition at line 80 of file textureloader.cpp.

Member Function Documentation

◆ Is_Empty()

bool TextureLoadTaskListClass::Is_Empty ( void ) const
inline

Definition at line 135 of file textureloader.h.

◆ Pop_Back()

TextureLoadTaskClass * TextureLoadTaskListClass::Pop_Back ( void )

Definition at line 130 of file textureloader.cpp.

◆ Pop_Front()

TextureLoadTaskClass * TextureLoadTaskListClass::Pop_Front ( void )

Definition at line 116 of file textureloader.cpp.

◆ Push_Back()

void TextureLoadTaskListClass::Push_Back ( TextureLoadTaskClass * task)

Definition at line 101 of file textureloader.cpp.

◆ Push_Front()

void TextureLoadTaskListClass::Push_Front ( TextureLoadTaskClass * task)

Definition at line 86 of file textureloader.cpp.

◆ Remove()

void TextureLoadTaskListClass::Remove ( TextureLoadTaskClass * task)

Definition at line 143 of file textureloader.cpp.


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