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))
105 writeToStream(OutStm);
Definition: CompoundValue.hpp:52
Definition: TreeValue.hpp:66
Value * clone() const override
Definition: TreeValue.hpp:96
TreeValue(const TreeValue &Val)
Definition: TreeValue.hpp:79
Type getType() const override
Definition: TreeValue.hpp:91
TreeValue()
Definition: TreeValue.hpp:73
virtual ~TreeValue()
Definition: TreeValue.hpp:88
void writeToStream(std::ostream &OutStm) const override
TreeValue & operator=(const TreeValue &Other)
TreeValue & operator=(const Value &Other) override
void writeQuotedToStream(std::ostream &OutStm) const override
Definition: TreeValue.hpp:103
Type
Definition: Value.hpp:66
@ TREE
Definition: Value.hpp:66
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47