MI - Fimex
|
#include <fimex/ReplaceStringObject.h>
Public Member Functions | |
virtual | ~ReplaceStringObject ()=0 |
virtual std::ostream & | put (std::ostream &s) const =0 |
virtual void | setFormatString (const std::string &format)=0 |
set the formatting string for this object More... | |
virtual void | setFormatStringAndOptions (const std::string &format, const std::vector< std::string > &options)=0 |
set the formatting string and additional options for this object More... | |
Interface for objects which might be converted to different strings
|
pure virtual |
|
pure virtual |
put the formatted string to the stream
implementors are asked to implement operator<<
Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.
|
pure virtual |
set the formatting string for this object
Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.
|
pure virtual |
set the formatting string and additional options for this object
Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.