|
Evo C++ Library v0.5.1
|
#include <evo/impl/str.h>
Public Types | |
| typedef ListBase< char, StrSizeT > | StringBase |
Public Member Functions | |
| FmtStringWrap (const char *str, StrSizeT size, int width, int indent=0) | |
| FmtStringWrap (const StringBase &str, int width) | |
| FmtStringWrap & | set_indent (int new_indent=0) |
| FmtStringWrap & | set_newline (Newline nl) |
| FmtStringWrap & | set_newline (NewlineDefault nl) |
Public Attributes | |
| int | indent |
| NewlineValue | newline |
| StringBase | str |
| int | width |
| typedef ListBase<char,StrSizeT> StringBase |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int indent |
| NewlineValue newline |
| StringBase str |
| int width |
1.8.13