#include <extensible.h>
Inherits ExtensibleItem.

Public Member Functions | |
| ExtensibleItemClass (const T &t) | |
Common class used to Extensible::Extend as it inherits from both ExtensibleItem and whatever basic object you're trying to store. Eg, obj->Extend(key, new ExtensibleItemClass<Anope::string>(value));
Definition at line 30 of file extensible.h.
| ExtensibleItemClass< T >::ExtensibleItemClass | ( | const T & | t | ) | [inline] |
Definition at line 32 of file extensible.h.
1.7.1