|
blocxx
|
#include "blocxx/BLOCXX_config.h"#include "blocxx/String.hpp"#include "blocxx/Char16.hpp"#include "blocxx/Bool.hpp"#include <iosfwd>#include <cstring>Go to the source code of this file.
Classes | |
| class | BLOCXX_NAMESPACE::StringBuffer |
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Functions | |
| 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) |