14#ifndef WRITABLEPARAM_H
15#define WRITABLEPARAM_H
29class EXPCL_PANDA_PUTIL WritableParam :
public FactoryParam {
31 INLINE
const Datagram &get_datagram();
37 INLINE WritableParam(
const Datagram &datagram);
38 INLINE WritableParam(
const WritableParam &other);
42 WritableParam &operator = (
const WritableParam &other) =
delete;
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 ...
TypeHandle is the identifier used to differentiate C++ class types.
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.