Panda3D
Public Member Functions | Static Public Member Functions
BamReaderParam Class Reference

The parameters that are passed through the Factory to any object constructing itself from a Bam file. More...

#include "bamReaderParam.h"

Inheritance diagram for BamReaderParam:
FactoryParam TypedReferenceCount TypedObject ReferenceCount MemoryBase MemoryBase

List of all members.

Public Member Functions

 BamReaderParam (const DatagramIterator &dgi, BamReader *manager)
virtual TypeHandle force_init_type ()
const DatagramIteratorget_iterator ()
BamReaderget_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.

Detailed Description

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.


Member Function Documentation

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().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations