#include <factoryParams.h>
Public Member Functions | |
FactoryParams () | |
~FactoryParams () | |
void | add_param (FactoryParam *param) |
void | clear () |
int | get_num_params () const |
FactoryParam * | get_param (int n) const |
FactoryParam * | get_param_of_type (TypeHandle type) const |
Private Types | |
typedef pvector< PT(TypedReferenceCount) | Params ) |
Private Attributes | |
Params | _params |
|
Definition at line 58 of file factoryParams.h. |
|
Definition at line 27 of file factoryParams.cxx. |
|
Definition at line 36 of file factoryParams.cxx. |
|
Definition at line 45 of file factoryParams.cxx. References _params, NULL, and param. Referenced by BamReader::p_read_object(). |
|
Definition at line 56 of file factoryParams.cxx. References _params. |
|
Definition at line 67 of file factoryParams.cxx. References _params. |
|
Definition at line 78 of file factoryParams.cxx. |
|
Definition at line 92 of file factoryParams.cxx. References _params, DCAST_INTO_R, NULL, param, and type. |
|
Definition at line 60 of file factoryParams.h. Referenced by add_param(), clear(), get_num_params(), get_param(), and get_param_of_type(). |