PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Member Functions | List of all members
PropWare::Comparator< T > Class Template Referenceabstract

Provide a way for a PropWare::Scanner to sanitize user input. More...

#include <PropWare/utility/comparator.h>

Public Member Functions

virtual bool valid (const T *lhs) const =0
 Determines if the given argument is valid.
 

Detailed Description

template<typename T>
class PropWare::Comparator< T >

Provide a way for a PropWare::Scanner to sanitize user input.

Definition at line 38 of file comparator.h.


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