#include <array>
#include <rtl/uuid.h>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <algorithm>
#include <stdio.h>
#include <cctype>
Go to the source code of this file.
|
| namespace | tools |
| | Note: this class is a true marvel of engineering: because the author could not decide whether it's better to have a closed or half-open interval, they just implemented both in the same class!
|
| |
|
| template<typename charT , typename traits > |
| std::basic_ostream< charT, traits > & | tools::operator<< (std::basic_ostream< charT, traits > &rStream, tools::Guid const &rGuid) |
| |