8#include "Arp/Base/Rsc/Commons/RscString.hxx"
10namespace Arp::Base::Rsc::Commons
Specialized implementation of RscString for secure context.
Definition: RscSecureString.hxx:16
RscSecureString(void)
Constructs an empty RscSecureString.
Definition: RscSecureString.hxx:30
~RscSecureString(void)
Clears the string buffer.
Definition: RscSecureString.hxx:37
void Clear(void)
Clears this instance resulting in an empty string.
Definition: RscStringBase.cpp:188
Contains a static string with string lentgh up to N characters. The string shall be null terminated.
Definition: RscString.hxx:24
RscString(void)
Constructs an empty RscString.
Definition: RscString.hxx:62