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

Public Member Functions | |
| virtual const DataElement * | get (const Keyword &) const=0 |
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")
Definition at line 2195 of file utils.h.
Member Function Documentation
| virtual const DataElement* frepple::AttributeList::get | ( | const Keyword & | ) | const [pure virtual] |
Implemented in frepple::XMLAttributeList, and module_python::PythonAttributeList.
The documentation for this class was generated from the following file:
Documentation generated by
