|
Go to the documentation of this file.
9 #ifndef FAUDES_SP_DENSITYFNCT_H
10 #define FAUDES_SP_DENSITYFNCT_H
51 virtual void Clear( void);
64 typedef std::map<tpTime::Type,Entry>::const_iterator CIterator;
65 typedef std::map<tpTime::Type,Entry>::iterator Iterator;
81 const std::string& Name( void) const { return mName;};
82 void Name( const std::string& rName) { mName=rName;};
102 void Write( void) const;
110 std::string Str( void) const;
179 std::string SStr( void) const;
libFAUDES 2.26g
--- 2015.08.17
--- c++ api documentaion by doxygen
|