![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Include dependency graph for comparator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PropWare::Comparator< T > |
Provide a way for a PropWare::Scanner to sanitize user input. More... | |
| class | PropWare::NonNegativeIntegerComparator |
| Also known as whole numbers, this class will only allow numbers that are zero or greater with no fractional part. More... | |
| class | PropWare::YesNoComparator |
| Determine if the user answered positively or negatively. More... | |
Namespaces | |
| PropWare | |
| Generic definitions and functions for the Parallax Propeller. | |
Variables | |
| const PropWare::NonNegativeIntegerComparator | NON_NEGATIVE_COMP |
| Global instance for shared use by PropWare applications. | |
| const PropWare::YesNoComparator | YES_NO_COMP |
| Global instance for shared use by PropWare applications. | |
Definition in file comparator.h.
1.8.17