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 95 of file test_types.cxx. |
|
Definition at line 98 of file test_types.cxx. References _type_handle. |
|
Reimplemented in WhatAThingie. Definition at line 107 of file test_types.cxx. |
|
Reimplemented in WhatAThingie. Definition at line 101 of file test_types.cxx. References _type_handle, and register_type(). Referenced by init_type(). |
|
Definition at line 112 of file test_types.cxx. References _name. |
|
Reimplemented in WhatAThingie. Definition at line 104 of file test_types.cxx. References get_class_type(). Referenced by WhatAThingie::get_class_type(). |
|
Definition at line 116 of file test_types.cxx. Referenced by hello(), and TheOtherThingie(). |
|
Reimplemented in WhatAThingie. Definition at line 154 of file test_types.cxx. Referenced by get_class_type(), and ~TheOtherThingie(). |