#include "berkelium/Platform.hpp"Go to the source code of this file.
Classes | |
| struct | Berkelium::WeakString< CharType > |
Namespaces | |
| namespace | Berkelium |
Typedefs | |
| typedef WeakString< char > | Berkelium::URLString |
| typedef WeakString< wchar_t > | Berkelium::WideString |
| typedef WeakString< char > | Berkelium::FileString |
Functions | |
| template<class StrType , class CharType > | |
| StrType & | Berkelium::operator+ (const StrType &lhs, const WeakString< CharType > &rhs) |
| template<class StrType , class CharType > | |
| StrType & | Berkelium::operator+= (StrType &lhs, const WeakString< CharType > &rhs) |
| template<class OstreamType , class CharType > | |
| OstreamType & | Berkelium::operator<< (OstreamType &lhs, const WeakString< CharType > &rhs) |