Go to the documentation of this file.
14 #ifndef WRITABLEPARAM_H
15 #define WRITABLEPARAM_H
31 INLINE
const Datagram &get_datagram();
46 return get_class_type();
48 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
52 static void init_type() {
53 FactoryParam::init_type();
55 FactoryParam::get_class_type());
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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(),...
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
TypeHandle is the identifier used to differentiate C++ class types.
The specific derivation of FactoryParam that contains the information needed by a TypedWritable objec...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.