OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
Compiler::GetArgumentsFromMessageFormat Class Reference

#include <lineparser.hpp>

Inheritance diagram for Compiler::GetArgumentsFromMessageFormat:
Collaboration diagram for Compiler::GetArgumentsFromMessageFormat:

Public Member Functions

virtual void process (const std::string &message)
 
std::string getArguments () const
 
- Public Member Functions inherited from Misc::MessageFormatParser
virtual ~MessageFormatParser ()
 

Protected Member Functions

virtual void visitedPlaceholder (Placeholder placeholder, char padding, int width, int precision)
 
virtual void visitedCharacter (char c)
 

Private Attributes

std::string mArguments
 

Additional Inherited Members

- Protected Types inherited from Misc::MessageFormatParser
enum  Placeholder { StringPlaceholder, IntegerPlaceholder, FloatPlaceholder }
 

Member Function Documentation

std::string Compiler::GetArgumentsFromMessageFormat::getArguments ( ) const
inline

Here is the caller graph for this function:

virtual void Compiler::GetArgumentsFromMessageFormat::process ( const std::string &  message)
inlinevirtual

Reimplemented from Misc::MessageFormatParser.

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void Compiler::GetArgumentsFromMessageFormat::visitedCharacter ( char  c)
inlineprotectedvirtual
void Compiler::GetArgumentsFromMessageFormat::visitedPlaceholder ( Placeholder  placeholder,
char  padding,
int  width,
int  precision 
)
protectedvirtual

Member Data Documentation

std::string Compiler::GetArgumentsFromMessageFormat::mArguments
private

The documentation for this class was generated from the following files: