Go to the source code of this file.
Functions | |
| template<class T> | |
| T | MyMin (T a, T b) |
| template<class T> | |
| T | MyMax (T a, T b) |
| template<class T> | |
| int | MyCompare (T a, T b) |
| int | BoolToInt (bool value) |
| bool | IntToBool (int value) |
| int MyCompare | ( | T | a, | |
| T | b | |||
| ) | [inline] |
Definition at line 13 of file Defs.h.
Referenced by NWindows::NCOM::CPropVariant::Compare(), and CObjectVector< NWildcard::CPair >::CompareObjectItems().
1.5.6