34 m_fixed = node_pt.get<
bool>(
"fixed");
35 m_sam = node_pt.get<
bool>(
"sam");
38 const string here = string(VL_HERE) +
" exception:\n";
46 ret.put(
"fixed", IsFixed());
47 ret.put(
"sam", IsSam());
Namespace for miscellaneous utilities.
virtual boost::property_tree::ptree ToPtree() const
Convert the node attributes to a ptree.
Extremely simple Exception root class.
Interface for NodeAttributes.
Namespace for the core simulator.
Macro defs for debug and logging.
virtual void ReadPtree(const boost::property_tree::ptree &node_pt)
Read the given ptree into the attributes.
Header file for Exception class.