tConsoleFilterComparator Class Reference

List of all members.

Static Public Member Functions

static int Compare (const tConsoleFilter *A, const tConsoleFilter *B)


Detailed Description

Definition at line 35 of file tConsole.cpp.


Member Function Documentation

static int tConsoleFilterComparator::Compare ( const tConsoleFilter A,
const tConsoleFilter B 
) [inline, static]

Definition at line 38 of file tConsole.cpp.

References tConsoleFilter::GetPriority(), and tASSERT.

00039     {
00040         tASSERT( A && B );
00041         return B->GetPriority() - A->GetPriority();
00042     }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sat Mar 15 23:55:50 2008 for Armagetron Advanced by  doxygen 1.5.4