![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "Index.h"
Go to the source code of this file.
Classes | |
struct | Gray::cValT |
struct | Gray::cValArray |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Typedefs | |
typedef int | Gray::COMPARE_t |
result of compare. 0=same, 1=a>b, -1=a<b More... | |
Enumerations | |
enum | Gray::COMPARE_TYPE { Gray::COMPARE_Less = -1 , Gray::COMPARE_Equal = 0 , Gray::COMPARE_Greater = 1 } |
templates for comparing, swapping and sorting of any type.