MI - Fimex
|
#include <fimex/ReplaceStringTemplateObject.h>
Public Member Functions | |
ReplaceStringTemplateObject (T obj) | |
virtual | ~ReplaceStringTemplateObject () |
virtual std::ostream & | put (std::ostream &s) const |
virtual void | setFormatString (const std::string &format) |
set the formatting string for this object, does nothing More... | |
virtual void | setFormatStringAndOptions (const std::string &format, const std::vector< std::string > &options) |
set the formatting string and additional options for this object, does nothing More... | |
![]() | |
virtual | ~ReplaceStringObject ()=0 |
Template implementation or ReplaceStringObject, for all Objects having a default serialization.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
put the formatted string to the stream
implementors are asked to implement operator<<
Implements MetNoFimex::ReplaceStringObject.
|
inlinevirtual |
set the formatting string for this object, does nothing
Implements MetNoFimex::ReplaceStringObject.
|
inlinevirtual |
set the formatting string and additional options for this object, does nothing
Implements MetNoFimex::ReplaceStringObject.