![]() |
GA::kit v0.3
G&A's in-house C++ application framework
|
Namespaces | |
| namespace | std |
Functions | |
| BEGIN_XG_NAMESPACE std::ostream & | operator<< (std::ostream &s, const Guid &guid) |
| bool | operator< (const xg::Guid &lhs, const xg::Guid &rhs) |
| unsigned char | hexDigitToChar (char ch) |
| bool | isValidHexChar (char ch) |
| unsigned char | hexPairToChar (char a, char b) |
| template<> | |
| void | std::swap (xg::Guid &lhs, xg::Guid &rhs) noexcept |
| unsigned char hexDigitToChar | ( | char | ch | ) |
| unsigned char hexPairToChar | ( | char | a, |
| char | b | ||
| ) |
| bool isValidHexChar | ( | char | ch | ) |
| bool operator< | ( | const xg::Guid & | lhs, |
| const xg::Guid & | rhs | ||
| ) |
| BEGIN_XG_NAMESPACE std::ostream & operator<< | ( | std::ostream & | s, |
| const Guid & | guid | ||
| ) |