27class EXPCL_PANDASKEL TypedSkel :
public TypedObject {
50 TypedObject::get_class_type());
53 return get_class_type();
TypeHandle is the identifier used to differentiate C++ class types.
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
int get_value_alt()
Retreives a value that was previously stored.
int get_value()
Retreives a value that was previously stored.
void set_value(int n)
Stores an integer value.
void set_value_alt(int n)
Stores an integer value.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.