#include "conf-object.h"Go to the source code of this file.
Classes | |
| class | simics::nocopy |
| Prevent copy of classes inheriting from this class by having private copy-constructor and assignment operator. More... | |
Namespaces | |
| namespace | simics |
Functions | |
| template<typename IFACE > | |
| IFACE * | simics::get_interface (conf_object_t *obj) |
| Return the Simics C++ interface class from a configuration object. | |