39 #ifndef __OPENFLUID_CORE_TREEVALUE_HPP__ 
   40 #define __OPENFLUID_CORE_TREEVALUE_HPP__ 
   49 namespace openfluid { 
namespace core {
 
   68       Tree<std::string,double>(static_cast<const 
Tree<std::string,double>& >(Val))
 
   82     void writeToStream(std::ostream& OutStm) 
const;
 
   85     { writeToStream(OutStm); }
 
virtual ~TreeValue()
Definition: TreeValue.hpp:73
Definition: TreeValue.hpp:52
Value * clone() const 
Definition: TreeValue.hpp:79
Definition: CompoundValue.hpp:50
Type getType() const 
Definition: TreeValue.hpp:76
void writeQuotedToStream(std::ostream &OutStm) const 
Definition: TreeValue.hpp:84
TreeValue()
Definition: TreeValue.hpp:60
TreeValue(const TreeValue &Val)
Definition: TreeValue.hpp:66
Type
Definition: Value.hpp:68
#define OPENFLUID_API
Definition: dllexport.hpp:87