Assimp  v4.1. (December 2018)
StreamFormatterBase Class Reference

This class represents the stream to write out. More...

Public Member Functions

virtual std::string format (const std::string &statement)
 Will format the sring and return the new formatted result. More...
 
 StreamFormatterBase ()
 The class constructor. More...
 
virtual ~StreamFormatterBase ()
 The class destructor, virtual. More...
 

Detailed Description

This class represents the stream to write out.

Constructor & Destructor Documentation

◆ StreamFormatterBase()

BEGIN_ODDLPARSER_NS StreamFormatterBase::StreamFormatterBase ( )

The class constructor.

◆ ~StreamFormatterBase()

StreamFormatterBase::~StreamFormatterBase ( )
virtual

The class destructor, virtual.

Member Function Documentation

◆ format()

std::string StreamFormatterBase::format ( const std::string &  statement)
virtual

Will format the sring and return the new formatted result.

Parameters
statement[in] The string to reformat.
Returns
The reformatted result.

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