frepple::utils::AttributeList Class Reference
This class represents a dictionary of keyword + value pairs. More...
#include <utils.h>
Inheritance diagram for frepple::utils::AttributeList:

Public Member Functions | |
virtual const DataElement * | get (const Keyword &) const =0 |
virtual | ~AttributeList () |
Detailed Description
This class represents a dictionary of keyword + value pairs.
This abstract class can be instantiated as XML attributes, or as a Python keyword dictionary.
- XML:
<buffer name="a" onhand="10" category="A" /> - Python:
buffer(name="a", onhand="10", category="A")
Constructor & Destructor Documentation
virtual frepple::utils::AttributeList::~AttributeList | ( | ) | [inline, virtual] |
Member Function Documentation
virtual const DataElement* frepple::utils::AttributeList::get | ( | const Keyword & | ) | const [pure virtual] |
Implemented in frepple::utils::PythonAttributeList, and frepple::utils::XMLAttributeList.
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
