MKCommModel
|
#include <MKLib.h>
Public Member Functions | |
FString (char *fmt,...) | |
Constructs a formatted string. |
Represents a formatted string using the printf family formatting notation.
FString::FString | ( | char * | fmt, |
... | |||
) |
Constructs a formatted string.
The parameter list is identical to that of printf()