Inheritance diagram for ThisThingie:

Public Member Functions | |
| ThisThingie (const string &name) | |
| virtual | ~ThisThingie () |
| virtual TypeHandle | get_type () const |
| virtual TypeHandle | force_init_type (void) |
| void | const_hello () const |
Static Public Member Functions | |
| TypeHandle | get_class_type () |
| void | init_type () |
Static Private Attributes | |
| TypeHandle | _type_handle |
|
|
Definition at line 61 of file test_types.cxx. References ThatThingie::_name. |
|
|
Definition at line 64 of file test_types.cxx. References ThatThingie::_name. |
|
|
Definition at line 82 of file test_types.cxx. References ThatThingie::_name. |
|
|
Reimplemented from ThatThingie. Definition at line 77 of file test_types.cxx. References get_class_type(), and init_type(). |
|
|
Reimplemented from ThatThingie. Definition at line 67 of file test_types.cxx. References _type_handle. Referenced by force_init_type(), get_type(), and main(). |
|
|
Reimplemented from ThatThingie. Definition at line 74 of file test_types.cxx. References get_class_type(). |
|
|
Reimplemented from ThatThingie. Definition at line 70 of file test_types.cxx. References _type_handle, ThatThingie::get_class_type(), ThatThingie::init_type(), and register_type(). Referenced by force_init_type(), and main(). |
|
|
Reimplemented from ThatThingie. Definition at line 150 of file test_types.cxx. Referenced by get_class_type(), and init_type(). |
1.3