Inheritance diagram for TheOtherThingie:
Public Member Functions | |
TheOtherThingie (const string &name) | |
virtual | ~TheOtherThingie () |
virtual TypeHandle | force_init_type (void) |
void | hello () |
Static Public Member Functions | |
TypeHandle | get_class_type () |
void | init_type () |
Public Attributes | |
string | _name |
Static Private Attributes | |
TypeHandle | _type_handle |
|
Definition at line 92 of file test_types.cxx. References _name. |
|
Definition at line 95 of file test_types.cxx. References _name. |
|
Reimplemented in WhatAThingie. Definition at line 104 of file test_types.cxx. References get_class_type(), and init_type(). |
|
Reimplemented in WhatAThingie. Definition at line 98 of file test_types.cxx. References _type_handle. Referenced by force_init_type(), WhatAThingie::init_type(), and main(). |
|
Definition at line 109 of file test_types.cxx. References _name. |
|
Reimplemented in WhatAThingie. Definition at line 101 of file test_types.cxx. References _type_handle, and register_type(). Referenced by force_init_type(), WhatAThingie::init_type(), and main(). |
|
Definition at line 113 of file test_types.cxx. Referenced by hello(), TheOtherThingie(), and ~TheOtherThingie(). |
|
Reimplemented in WhatAThingie. Definition at line 151 of file test_types.cxx. Referenced by get_class_type(), and init_type(). |