Base Class for handles.
More...
|
| OfHandle (OfItemHandle other) |
|
| OfHandle (OfPlugHandle other) |
|
bool | is_valid () const |
|
OfContext * | get_context () const |
|
OfItem * | get_item () const |
|
OfPlugType * | get_plug () const |
|
bool | is_item () const |
|
bool | is_context () const |
|
bool | is_object () const |
|
bool | is_plug () const |
|
bool | is_attr () const |
|
bool | is_output () const |
|
bool | operator== (const OfHandle &other) const |
|
bool | is_kindof (const CoreBaseObject &object) const |
|
virtual size_t | get_memory_size () const |
|
CoreString | get_class_info_name () const |
|
const unsigned long & | get_class_info_id () const |
|
virtual bool | is_kindof (const CoreClassInfo &cinfo) const |
|
virtual const CoreClassInfo & | get_class_info () const |
|
template<class T > |
T * | cast () |
|
template<class T > |
const T * | cast () const |
|
bool | is_kindof (const CoreClassInfo &cinfo) const |
|