MI - Fimex
Public Member Functions | List of all members
MetNoFimex::ReplaceStringObject Class Referenceabstract

#include <fimex/ReplaceStringObject.h>

Inheritance diagram for MetNoFimex::ReplaceStringObject:
MetNoFimex::ReplaceStringTemplateObject< T > MetNoFimex::ReplaceStringTimeObject

Public Member Functions

virtual ~ReplaceStringObject ()=0
 
virtual std::ostreamput (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...
 

Detailed Description

Interface for objects which might be converted to different strings

Constructor & Destructor Documentation

virtual MetNoFimex::ReplaceStringObject::~ReplaceStringObject ( )
pure virtual

Member Function Documentation

virtual std::ostream& MetNoFimex::ReplaceStringObject::put ( std::ostream s) const
pure virtual

put the formatted string to the stream

implementors are asked to implement operator<<

Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.

virtual void MetNoFimex::ReplaceStringObject::setFormatString ( const std::string format)
pure virtual

set the formatting string for this object

Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.

virtual void MetNoFimex::ReplaceStringObject::setFormatStringAndOptions ( const std::string format,
const std::vector< std::string > &  options 
)
pure virtual

set the formatting string and additional options for this object

Implemented in MetNoFimex::ReplaceStringTimeObject, and MetNoFimex::ReplaceStringTemplateObject< T >.


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