This class represents a dictionary of keyword + value pairs. More...
#include <utils.h>
Public Member Functions | |
virtual const DataElement * | get (const Keyword &) const =0 |
virtual | ~AttributeList () |
This class represents a dictionary of keyword + value pairs.
This abstract class can be instantiated as XML attributes, or as a Python keyword dictionary.
|
inlinevirtual |
|
pure virtual |
Implemented in frepple::utils::PythonAttributeList, and frepple::utils::XMLAttributeList.