8 #include "Arp/System/Rsc/Services/RscString.hxx"
9 #include "Arp/System/Rsc/Services/RscVariant.hxx"
11 namespace Arp {
namespace System {
namespace Rsc {
namespace Services
Contains a static string with string lentgh up to N characters. The string has to be null terminated.
Definition: RscString.hxx:21
Specialized version of RscString for security context. Not implemented in this version....
Definition: SecureString.hxx:19
SecureString(const String &arg)
Copy constructor.
Definition: SecureString.hxx:29
SecureString(const char *pChars)
Constructs an SecureString instance from the given characters.
Definition: SecureString.hxx:27
SecureString(void)=default
Constructs an SecureString instance.
SecureString & operator=(const SecureString &arg)=default
Assignment operator.
~SecureString(void)=default
Destructs this instance and frees all resources.
SecureString(const SecureString &arg)=default
Copy constructor.
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API