PLCnext API Documentation
22.9.0.33
|
Specialized version of RscString for security context. Not implemented in this version. Wraps only RscString More...
#include <SecureString.hxx>
Public Member Functions | |
SecureString (void)=default | |
Constructs an SecureString instance. More... | |
SecureString (const char *pChars) | |
Constructs an SecureString instance from the given characters. More... | |
SecureString (const String &arg) | |
Copy constructor. More... | |
SecureString (const SecureString &arg)=default | |
Copy constructor. More... | |
SecureString & | operator= (const SecureString &arg)=default |
Assignment operator. More... | |
~SecureString (void)=default | |
Destructs this instance and frees all resources. More... | |
![]() | |
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... | |
Specialized version of RscString for security context. Not implemented in this version. Wraps only RscString
|
default |
Constructs an SecureString instance.
|
inline |
Constructs an SecureString instance from the given characters.
pChars | The characters to copy into this secure string. |
|
inline |
Copy constructor.
|
default |
Copy constructor.
|
default |
Destructs this instance and frees all resources.
|
default |
Assignment operator.