Panda3D
|
The specific derivation of FactoryParam that contains the information needed by a TypedWritable object. More...
#include "writableParam.h"
Public Member Functions | |
WritableParam (const Datagram &datagram) | |
WritableParam (const WritableParam &other) | |
virtual TypeHandle | force_init_type () |
const Datagram & | get_datagram () |
virtual TypeHandle | get_type () const |
Static Public Member Functions | |
static TypeHandle | get_class_type () |
static void | init_type () |
This function is declared non-inline to work around a compiler bug in g++ 2.96. |
The specific derivation of FactoryParam that contains the information needed by a TypedWritable object.
Simply contains a Datagram for the object to construct itself from.
Definition at line 32 of file writableParam.h.
static void WritableParam::init_type | ( | ) | [inline, static] |
This function is declared non-inline to work around a compiler bug in g++ 2.96.
Making it inline seems to cause problems in the optimizer.
Reimplemented from FactoryParam.
Definition at line 56 of file writableParam.h.
References FactoryParam::init_type().