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
SecureString & operator=(const SecureString &arg)=default
Assignment operator.
SecureString(const char *pChars)
Constructs an SecureString instance from the given characters.
Definition: SecureString.hxx:27
String for security context, handled by Rsc with SecureString
SecureString(const String &arg)
Copy constructor.
Definition: SecureString.hxx:29
SecureString(void)=default
Constructs an SecureString instance.
~SecureString(void)=default
Destructs this instance and frees all resources.
Specialized version of RscString for security context. Not implemented in this version. Wraps only RscString
Definition: RscType.hpp:18
Root namespace for the PLCnext API
System components used by the System, Device, Plc or Io domains.
Contains a static string with string lentgh up to N characters. The string has to be null terminated...
Definition: RscString.hxx:18