15 #ifndef WRITABLEPARAM_H 16 #define WRITABLEPARAM_H 18 #include "pandabase.h" 20 #include "factoryParam.h" 34 INLINE
const Datagram &get_datagram();
41 INLINE WritableParam(
const WritableParam &other);
42 INLINE ~WritableParam();
46 INLINE
void operator = (
const WritableParam &other);
50 return get_class_type();
52 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
56 static void init_type() {
57 FactoryParam::init_type();
58 register_type(_type_handle,
"WritableParam",
59 FactoryParam::get_class_type());
66 #include "writableParam.I" The specific derivation of FactoryParam that contains the information needed by a TypedWritable objec...
The base class of any number of specific pieces of parameter information that might be passed to a Fa...
TypeHandle is the identifier used to differentiate C++ class types.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...