This mostly concrete class implements a "fixed storage" String Type.
Definition FString_.h:37
void appendTo(const char *string, int n)
see Cpl::Text::String
void copyIn(const char *string, int n)
see Cpl::Text::String
This template class represents a NULL terminated string of a specific length.
Definition FString.h:38
FString(unsigned long long num)
Constructor.
Definition FString.h:72
FString(const Cpl::Text::String &string)
Constructor.
Definition FString.h:48
FString(const FString< S > &string)
Constructor.
Definition FString.h:45
FString(const char *string="")
Constructor.
Definition FString.h:51
Cpl::Text::String & operator=(const FString< S > &string)
Assignment.
Definition FString.h:80
FString(unsigned long num)
Constructor.
Definition FString.h:69
Cpl::Text::String & operator+=(const FString< S > &string)
Append.
Definition FString.h:87
const char * getString() const
See Cpl::Text::String.
This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40