|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <cstring>#include "guid.hpp"
Include dependency graph for guid.cpp:Go to the source code of this file.
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 | ) |
Definition at line 160 of file guid.cpp.
Referenced by hexPairToChar().
| unsigned char hexPairToChar | ( | char | a, |
| char | b | ||
| ) |
Definition at line 195 of file guid.cpp.
References hexDigitToChar().
| bool operator< | ( | const xg::Guid & | lhs, |
| const xg::Guid & | rhs | ||
| ) |