Formatter

Formatter
Scaleform::Formatter
Declaration
class Formatter : public FmtResource, public Unassignable;
Description

Formatter is the base class for all formatters and can be used as a standalone object. This class is used to format different type of values to the string type.

Enumerations
Enumeration 
Description 
Indicates the position of a parent formatter. 
Indicates the list of requirements for the formatter in formatting the strings. 
Methods
Method 
Description 
Obtains the next string required by the formatter for conversion. 
Formats a value to the string type. 
Checks the conversion status for optimization purposes. 
Initializes the Formatter object. 
Obtains the absolute position of the parent formatter. 
Obtains reference to a parent formatter. 
Retrieves the previous string used by the formatter for conversion. 
Retrieve the requirements of the formatter. 
Retrieves the conversion result. 
Retrieves the size of a converted value. 
Parses the formatting string and sets up the attributes of the formatter. 
Sets the next string to be used by the formatter. 
Sets a string as previous string. 
Sets the parent formatter. 
File

SF_MsgFormat.h