40 #ifndef __OPENFLUID_CORE_TREEVALUE_HPP__ 41 #define __OPENFLUID_CORE_TREEVALUE_HPP__ 81 Tree<std::string,double>(static_cast<const
Tree<std::string,double>& >(Val))
99 void writeToStream(std::ostream& OutStm)
const;
103 writeToStream(OutStm);
Definition: ApplicationException.hpp:47
Definition: CompoundValue.hpp:51
virtual ~TreeValue()
Definition: TreeValue.hpp:84
Type getType() const
Definition: TreeValue.hpp:89
Type
Definition: Value.hpp:68
Definition: TreeValue.hpp:65
#define OPENFLUID_API
Definition: dllexport.hpp:86
void writeQuotedToStream(std::ostream &OutStm) const
Definition: TreeValue.hpp:101
Value * clone() const
Definition: TreeValue.hpp:94
TreeValue()
Definition: TreeValue.hpp:73
TreeValue(const TreeValue &Val)
Definition: TreeValue.hpp:79