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());
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
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.
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.
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(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.