|
blocxx
|
#include "blocxx/BLOCXX_config.h"#include "blocxx/StringBuffer.hpp"#include "blocxx/Char16.hpp"#include <cstring>#include <cstdio>#include <cctype>#include <iostream>#include <algorithm>#include <cfloat>Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Functions | |
| std::ostream & | BLOCXX_NAMESPACE::operator<< (std::ostream &ostr, const StringBuffer &b) |
| bool | BLOCXX_NAMESPACE::operator== (const StringBuffer &x, const StringBuffer &y) |
| bool | BLOCXX_NAMESPACE::operator!= (const StringBuffer &x, const StringBuffer &y) |
| bool | BLOCXX_NAMESPACE::operator== (const StringBuffer &x, const String &y) |
| bool | BLOCXX_NAMESPACE::operator!= (const StringBuffer &x, const String &y) |
| bool | BLOCXX_NAMESPACE::operator== (const String &x, const StringBuffer &y) |
| bool | BLOCXX_NAMESPACE::operator!= (const String &x, const StringBuffer &y) |