#include "blocxx/BLOCXX_config.h"#include "blocxx/ArrayFwd.hpp"#include "blocxx/Types.hpp"#include "blocxx/Bool.hpp"#include "blocxx/CommonFwd.hpp"#include "blocxx/SafeBool.hpp"#include <iosfwd>Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Classes | |
| class | BLOCXX_NAMESPACE::Char16 |
| The Char16 class is an abstraction for a double byte character. More... | |
Functions | |
| bool | BLOCXX_NAMESPACE::operator== (char c, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator== (const Char16 &arg, int v) |
| bool | BLOCXX_NAMESPACE::operator== (int v, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator!= (const Char16 &arg, int v) |
| bool | BLOCXX_NAMESPACE::operator!= (int v, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator!= (char c, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator< (char c, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator<= (char c, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator> (char c, const Char16 &arg) |
| bool | BLOCXX_NAMESPACE::operator>= (char c, const Char16 &arg) |
| Char16 | BLOCXX_NAMESPACE::operator+ (const Char16 &arg1, const Char16 &arg2) |
| Char16 | BLOCXX_NAMESPACE::operator- (const Char16 &arg1, const Char16 &arg2) |
| Char16 | BLOCXX_NAMESPACE::operator* (const Char16 &arg1, const Char16 &arg2) |
| Char16 | BLOCXX_NAMESPACE::operator/ (const Char16 &arg1, const Char16 &arg2) |
| std::ostream & | BLOCXX_NAMESPACE::operator<< (std::ostream &ostrm, const Char16 &arg) |
1.5.6