#include <new>#include <cstring>#include <iostream>#include <sstream>#include <iomanip>#include "alizeString.h"#include "Exception.h"
Go to the source code of this file.
Defines | |
| #define | ALIZE_String_cpp |
Typedefs | |
| typedef String | S |
Functions | |
| ALIZE_API S | operator+ (const char *c, const String &s) |
| ALIZE_API std::ostream & | operator<< (std::ostream &o, const S &s) |
| #define ALIZE_String_cpp |
Definition at line 56 of file alizeString.cpp.
Definition at line 71 of file alizeString.cpp.
Definition at line 444 of file alizeString.cpp.
| ALIZE_API std::ostream& operator<< | ( | std::ostream & | o, |
| const S & | s | ||
| ) |
Definition at line 451 of file alizeString.cpp.
References alize::String::c_str().
1.7.2