|
libyui-ncurses
2.44.1
|
Public Member Functions | |
| NCstring (const NCstring &nstr) | |
| NCstring (const std::wstring &wstr) | |
| NCstring (const std::string &str) | |
| NCstring (const char *cstr) | |
| std::string | Str () const |
| NCstring & | operator= (const NCstring &nstr) |
| NCstring & | operator+= (const NCstring &nstr) |
| const std::wstring & | str () const |
| void | getHotkey () const |
Static Public Member Functions | |
| static bool | RecodeToWchar (const std::string &in, const std::string &from_encoding, std::wstring *out) |
| static bool | RecodeFromWchar (const std::wstring &in, const std::string &to_encoding, std::string *out) |
| static const std::string & | terminalEncoding () |
| static bool | setTerminalEncoding (const std::string &encoding="") |
Friends | |
| class | NClabel |
| std::ostream & | operator<< (std::ostream &STREAM, const NCstring &OBJ) |
Definition at line 32 of file NCstring.h.