Panda3D
|
The parameters that are passed through the Factory to any object constructing itself from a Bam file. More...
#include "bamReaderParam.h"
Public Member Functions | |
BamReaderParam (const DatagramIterator &dgi, BamReader *manager) | |
virtual TypeHandle | force_init_type () |
const DatagramIterator & | get_iterator () |
BamReader * | get_manager () |
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 parameters that are passed through the Factory to any object constructing itself from a Bam file.
Definition at line 30 of file bamReaderParam.h.
static void BamReaderParam::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 51 of file bamReaderParam.h.
References FactoryParam::init_type().