Inheritance diagram for WhatAThingie:
Public Member Functions | |
WhatAThingie (const string &name) | |
virtual | ~WhatAThingie () |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type (void) |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 121 of file test_types.cxx. References ThatThingie::_name. |
|
Definition at line 124 of file test_types.cxx. References ThatThingie::_name. |
|
Reimplemented from ThatThingie. Definition at line 140 of file test_types.cxx. References get_class_type(), and init_type(). |
|
Reimplemented from ThatThingie. Definition at line 127 of file test_types.cxx. References _type_handle. Referenced by force_init_type(), get_type(), and main(). |
|
Reimplemented from ThatThingie. Definition at line 137 of file test_types.cxx. References get_class_type(). |
|
Reimplemented from ThatThingie. Definition at line 130 of file test_types.cxx. References _type_handle, TheOtherThingie::get_class_type(), ThatThingie::get_class_type(), TheOtherThingie::init_type(), ThatThingie::init_type(), and register_type(). Referenced by force_init_type(), and main(). |
|
Reimplemented from ThatThingie. Definition at line 152 of file test_types.cxx. Referenced by get_class_type(), and init_type(). |