#include "beecrypt/api.h"
#include "beecrypt/c++/lang/CharSequence.h"
#include "beecrypt/c++/lang/Comparable.h"
#include "beecrypt/c++/lang/Object.h"
#include "beecrypt/c++/array.h"
#include <iostream>
#include <unicode/unistr.h>
Go to the source code of this file.
Classes | |
class | beecrypt::lang::String |
This class represents Unicode character strings. More... | |
Namespaces | |
namespace | beecrypt |
namespace | beecrypt::lang |
Namespace emulating java.lang. | |
Functions | |
beecrypt::lang::String | beecrypt::lang::operator+ (const beecrypt::lang::String &s1, const beecrypt::lang::String &s2) |
bool | beecrypt::lang::operator< (const beecrypt::lang::String &s1, const beecrypt::lang::String &s2) |
std::ostream & | beecrypt::lang::operator<< (std::ostream &stream, const beecrypt::lang::String &str) |
std::ostream & | beecrypt::lang::operator<< (std::ostream &stream, const beecrypt::lang::String *str) |