Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cUInt64.h File Reference
#include "StrArg.h"
#include "cBits.h"
#include "cTypes.h"
#include "cString.h"

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)
 

Detailed Description