8#include "Arp/Base/Rsc/Commons/RscString.hxx"
10namespace Arp::Base::Rsc::Commons
71struct fmt::formatter<
Arp::Base::Rsc::Commons::RscSecureString<N>> :
public fmt::ostream_formatter
Specialized implementation of RscString for secure context.
Definition: RscSecureString.hxx:16
friend std::istream & operator>>(std::istream &is, RscSecureString &str)
The istream operator is used for string parsing.
Definition: RscSecureString.hxx:40
RscSecureString(void)
Constructs an empty RscSecureString.
Definition: RscSecureString.hxx:54
friend std::ostream & operator<<(std::ostream &os, const RscSecureString &str)
The ostream operator is used for logging and string formatting.
Definition: RscSecureString.hxx:30
~RscSecureString(void)
Clears the string buffer.
Definition: RscSecureString.hxx:61
void Clear(void)
Clears this instance resulting in an empty string.
Definition: RscStringBase.cpp:188
const char * CStr(void) const
Returns a const char pointer to the internal string buffer.
Definition: RscStringBase.cpp:63
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:86
Root namespace for the PLCnext API