Inheritance diagram for ThatThingie:
Public Member Functions | |
ThatThingie (const string &name) | |
virtual | ~ThatThingie () |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type (void) |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
string | _name |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 29 of file test_types.cxx. References _name. |
|
Definition at line 32 of file test_types.cxx. References _name. |
|
Implements TypedObject. Reimplemented in ThisThingie, and WhatAThingie. Definition at line 48 of file test_types.cxx. References get_class_type(), and init_type(). |
|
Reimplemented from ReferenceCount. Reimplemented in ThisThingie, and WhatAThingie. Definition at line 35 of file test_types.cxx. References _type_handle. Referenced by force_init_type(), get_type(), WhatAThingie::init_type(), ThisThingie::init_type(), and main(). |
|
Implements TypedObject. Reimplemented in ThisThingie, and WhatAThingie. Definition at line 45 of file test_types.cxx. References get_class_type(). |
|
Reimplemented from ReferenceCount. Reimplemented in ThisThingie, and WhatAThingie. Definition at line 38 of file test_types.cxx. References _type_handle, ReferenceCount::get_class_type(), TypedObject::get_class_type(), ReferenceCount::init_type(), TypedObject::init_type(), and register_type(). Referenced by force_init_type(), WhatAThingie::init_type(), ThisThingie::init_type(), and main(). |
|
Definition at line 53 of file test_types.cxx. Referenced by ThisThingie::const_hello(), ThatThingie(), ThisThingie::ThisThingie(), WhatAThingie::WhatAThingie(), ~ThatThingie(), ThisThingie::~ThisThingie(), and WhatAThingie::~WhatAThingie(). |
|
Reimplemented from ReferenceCount. Reimplemented in ThisThingie, and WhatAThingie. Definition at line 149 of file test_types.cxx. Referenced by get_class_type(), and init_type(). |