
obj_caster class encapsulates casts to see if objects match a given type. More...
#include <tcl/objpkg.h>

Public Member Functions | |
| virtual bool | is_my_type (const nub::object *obj) const =0 | 
| virtual unsigned int | get_sizeof () const =0 | 
| bool | is_not_my_type (const nub::object *obj) const | 
| bool | is_id_my_type (nub::uid uid) const | 
| bool | is_id_not_my_type (nub::uid uid) const | 
obj_caster class encapsulates casts to see if objects match a given type.
Definition at line 61 of file objpkg.h.
 1.6.3