#include "../Types/Types.hpp"
#include "../Strings/BString.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Strings |
Classes | |
| class | Strings::VerySimpleReadOnlyString |
| Well, the name says it all, this is a very simple read only string. More... | |
Typedefs | |
| typedef Bstrlib::String | Strings::FastString |
| typedef const tchar *const | Strings::tCharPtr |
Functions | |
| FastString | Strings::convert (const VerySimpleReadOnlyString &string) |
| Convert VerySimpleReadOnlyString to a fast string. | |
| const unsigned int | Strings::findLength (tCharPtr) |
| Forward declare the findLength function. | |
