PLCnext API Documentation
22.9.0.33
|
Contains a static string with string lentgh up to N characters. The string has to be null terminated. More...
#include <RscString.hxx>
Public Member Functions | |
RscString (void) | |
Constructs an RscString instance with an emtpy string. More... | |
RscString (const char *pChars) | |
Constructs an RscString instance and copies the null terminated c-string in internal buffer. More... | |
RscString (const String &arg) | |
Copy constructor. More... | |
RscString (const RscString &arg)=default | |
Copy constructor. More... | |
RscString & | operator= (const RscString &arg)=default |
Assignment operator. More... | |
~RscString (void)=default | |
Destructs this instance and frees all resources. More... | |
operator String (void) const | |
Converts to new instance of Arp::String More... | |
const char * | CStr (void) const |
Returns pointer to internal buffer. More... | |
char * | CStr (void) |
Returns pointer to internal buffer. More... | |
String | ToString (void) const |
Converts to new instance of Arp::String More... | |
Contains a static string with string lentgh up to N characters. The string has to be null terminated.
|
inline |
Constructs an RscString instance with an emtpy string.
|
inline |
Constructs an RscString instance and copies the null terminated c-string in internal buffer.
pChars | Null terminated string to copy into internal buffer |
|
inline |
Copy constructor.
|
default |
Copy constructor.
|
default |
Destructs this instance and frees all resources.
|
inline |
Returns pointer to internal buffer.
|
inline |
Returns pointer to internal buffer.
|
inline |
Converts to new instance of Arp::String
|
default |
Assignment operator.
|
inline |
Converts to new instance of Arp::String