#include <simics/base/conf-object.h>#include <simics/simulator/conf-object.h>#include <string>#include <cassert>#include <unordered_map>#include <stdexcept>#include "iface/conf-object-interface.h"Go to the source code of this file.
Classes | |
| class | simics::ConfObjectRef |
| Represents Simics C type conf_object_t. More... | |
| class | simics::ConfObject |
| A class inherited by a model class to support Simics configuration. More... | |
Namespaces | |
| namespace | simics |
Functions | |
| template<typename T > | |
| T * | simics::from_obj (conf_object_t *obj) |
| Utility function to convert a conf_object_t* to a pointer to C++ class derived from simics::ConfObject. | |