CrystalSpace

Public API Reference

csComparatorStruct< T > Class Template Reference
[Containers]

Template that can be used as a base class for comparators for POD (plain old data) types. More...

#include <csutil/comparator.h>

List of all members.


Detailed Description

template<class T>
class csComparatorStruct< T >

Template that can be used as a base class for comparators for POD (plain old data) types.

It uses memcmp() to compare the raw memory representing the two items. Example:

Definition at line 119 of file comparator.h.


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

Generated for Crystal Space 2.0 by doxygen 1.6.1