18 #include "pandabase.h"
19 #include "typedObject.h"
36 INLINE
void set_value(
int n);
37 INLINE
int get_value();
40 void set_value_alt(
int n);
52 register_type(_type_handle,
"TypedSkel",
53 TypedObject::get_class_type());
56 return get_class_type();
66 #include "typedSkel.I"
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Skeleton object that inherits from TypedObject.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
TypeHandle is the identifier used to differentiate C++ class types.