Ares
Public Member Functions

Enumerable< T >::comparator Struct Reference

#include <src/Enum/_Enumerator.hpp>

List of all members.

Public Member Functions

bool operator() (Enumerable< T > *Item, const char *title) const

template<typename T>
struct Enumerable< T >::comparator


Member Function Documentation

template<typename T>
bool Enumerable< T >::comparator::operator() ( Enumerable< T > *  Item,
const char *  title 
) const [inline]
{ return !_strcmpi(Item->Name, title); }

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines