#include <property.hh>
Properties | |
__pad0__: fKey(tree(Node(unique("property_")))) {} property (const char* keyname) : fKey(tree(Node(keyname))) {} void set(Tree t | |
Private Member Functions | |
P * | access (Tree t) |
Private Attributes | |
Tree | fKey |
Definition at line 6 of file property.hh.
Definition at line 10 of file property.hh.
00011 { 00012 Tree d = t->getProperty(fKey); 00013 return d ? (P*)(d->node().getPointer()) : 0; 00014 }
Definition at line 8 of file property.hh.
Referenced by property< Loop * >::access().
Definition at line 22 of file property.hh.