nstring.h File Reference

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.


Detailed Description

Class definition for NString class

Definition in file nstring.h.


Function Documentation

NString NSTR ( const char *  str  )  [inline]

Returns a NString object from a char pointer.

Parameters:
str A pointer to a null terminated char pointer
Returns:
A NString object
Note:
It's used, internally, as a shorter way to cast a char pointer to a NString object

Definition at line 423 of file nstring.h.

Referenced by NTcpSocket::connectToHost(), NTcpSocket::execListen(), NXmlError::getLastError(), NAbstractHash::init(), and NTcpSocket::waitForConnected().


Generated on Wed Mar 5 23:10:36 2008 for NemesisUtilitiesSystem by  doxygen 1.5.4