GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <cstring>
#include "guid.hpp"
Go to the source code of this file.
Namespaces | |
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 | ||
) |
BEGIN_XG_NAMESPACE std::ostream& operator<< | ( | std::ostream & | s, |
const Guid & | guid | ||
) |
Definition at line 74 of file guid.cpp.
References GCW::Dbo::Accounts::Field::guid.