#include <MNAttr.h>
Inheritance diagram for AttributeStore:
Public Member Functions | |
void | register_attribute (int idx, void *attr) |
void * | get_attribute (int idx) |
template<class A> bool | set (const A &value) |
|
|
|
Store the given uninitialized attribute object in the attribute store under its name 'idx'. This is the initial step, performed in the SH child class' constructor. It complement the set() step that is performed by a graph manager later on.
|
|
|