MI - Fimex
Public Member Functions | List of all members
MetNoFimex::ReplaceStringTemplateObject< T > Class Template Reference

#include <fimex/ReplaceStringTemplateObject.h>

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

Public Member Functions

 ReplaceStringTemplateObject (T obj)
 
virtual ~ReplaceStringTemplateObject ()
 
virtual std::ostreamput (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...
 
- Public Member Functions inherited from MetNoFimex::ReplaceStringObject
virtual ~ReplaceStringObject ()=0
 

Detailed Description

template<typename T>
class MetNoFimex::ReplaceStringTemplateObject< T >

Template implementation or ReplaceStringObject, for all Objects having a default serialization.

Constructor & Destructor Documentation

template<typename T >
MetNoFimex::ReplaceStringTemplateObject< T >::ReplaceStringTemplateObject ( obj)
inline
template<typename T >
virtual MetNoFimex::ReplaceStringTemplateObject< T >::~ReplaceStringTemplateObject ( )
inlinevirtual

Member Function Documentation

template<typename T >
virtual std::ostream& MetNoFimex::ReplaceStringTemplateObject< T >::put ( std::ostream s) const
inlinevirtual

put the formatted string to the stream

implementors are asked to implement operator<<

Implements MetNoFimex::ReplaceStringObject.

template<typename T >
virtual void MetNoFimex::ReplaceStringTemplateObject< T >::setFormatString ( const std::string format)
inlinevirtual

set the formatting string for this object, does nothing

Implements MetNoFimex::ReplaceStringObject.

template<typename T >
virtual void MetNoFimex::ReplaceStringTemplateObject< T >::setFormatStringAndOptions ( const std::string format,
const std::vector< std::string > &  options 
)
inlinevirtual

set the formatting string and additional options for this object, does nothing

Implements MetNoFimex::ReplaceStringObject.


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