GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
crossguid.cpp File Reference
#include <cstring>
#include "crossguid.hpp"

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
 

Function Documentation

◆ hexDigitToChar()

unsigned char hexDigitToChar ( char  ch)

◆ hexPairToChar()

unsigned char hexPairToChar ( char  a,
char  b 
)

◆ isValidHexChar()

bool isValidHexChar ( char  ch)

◆ operator<()

bool operator< ( const xg::Guid &  lhs,
const xg::Guid &  rhs 
)

◆ operator<<()

BEGIN_XG_NAMESPACE std::ostream & operator<< ( std::ostream &  s,
const Guid guid 
)