libyui-ncurses  2.44.1
 All Classes Functions Variables
NCstring Class Reference

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
 
NCstringoperator= (const NCstring &nstr)
 
NCstringoperator+= (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)
 

Detailed Description

Definition at line 32 of file NCstring.h.


The documentation for this class was generated from the following files: