Go to the source code of this file.
Classes | |
class | NString |
NString class implements an easy to use, std::string based, string manipulation class. More... | |
Defines | |
#define | n_vasprintf(fmt, ap, ret) vasprintf(&ret, fmt, ap); |
Functions | |
NString | NSTR (const char *str) |
Returns a NString object from a char pointer. |
Definition in file nstring.h.
NString NSTR | ( | const char * | str | ) | [inline] |
Returns a NString object from a char pointer.
str | A pointer to a null terminated char pointer |
Definition at line 423 of file nstring.h.
Referenced by NTcpSocket::connectToHost(), NTcpSocket::execListen(), NXmlError::getLastError(), NAbstractHash::init(), and NTcpSocket::waitForConnected().