RTOpT objects given just the operators name.
More...
#include <RTOpPack_RTOpServerDecl.hpp>
Public Member Functions | |
| void | add_op_factory (const Teuchos::RefCountPtr< Teuchos::AbstractFactory< RTOpPack::RTOpT< Scalar > > > &op_factory) |
Add a new abstract factory for an RTOpT operator. | |
| Teuchos::RefCountPtr< Teuchos::AbstractFactory< RTOpPack::RTOpT< Scalar > > > | get_op_factory (const char op_name[]) const |
| Get an operator factory given the name of the operator. | |
| void | print_op_factories (std::ostream &o) const |
| Print out all of the operator factories that have been added. | |
RTOpT objects given just the operators name.
Definition at line 44 of file RTOpPack_RTOpServerDecl.hpp.
|
||||||||||
|
Add a new abstract factory for an
op_factory.get() != NULL (throw std::invalid_argument) Postconditions: this->get_op_factory(op_factory->create()->op_name()).get() != op_factory.get()
Definition at line 42 of file RTOpPack_RTOpServer.hpp. |
|
||||||||||
|
Get an operator factory given the name of the operator.
this->add_op_factory(...)
Definition at line 52 of file RTOpPack_RTOpServer.hpp. |
|
||||||||||
|
Print out all of the operator factories that have been added.
Definition at line 64 of file RTOpPack_RTOpServer.hpp. |
1.3.9.1