![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Classes | |
| class | Gray::cUInt64 |
Namespaces | |
| Gray | |
| < The main namespace for all Core functions. | |
Functions | |
| cUInt64 | Gray::operator+ (const cUInt64 &roUI64_1, const cUInt64 &roUI64_2) |
| cUInt64 | Gray::operator| (const cUInt64 &roUI64_1, const cUInt64 &roUI64_2) |
| cUInt64 | Gray::operator& (const cUInt64 &roUI64_1, const cUInt64 &roUI64_2) |
| cUInt64 | Gray::operator^ (const cUInt64 &roUI64_1, const cUInt64 &roUI64_2) |
| cUInt64 | Gray::operator<< (const cUInt64 &n, BIT_ENUM_t uiBits) |
| cUInt64 | Gray::operator>> (const cUInt64 &n, BIT_ENUM_t uiBits) |