|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|

Public Member Functions | |
| FooB () | |
| virtual | ~FooB () |
| std::string | getString () const |
| void | setDefaults () |
| RCP< const ParameterList > | getValidParameters () const |
Return a const parameter list of all of the valid parameters that this->setParameterList(...) will accept. | |
Private Attributes | |
| std::string | foo_ |
Definition at line 108 of file ObjectBuilder_UnitTests.cpp.
| Teuchos::FooB::FooB | ( | ) | [inline] |
Definition at line 110 of file ObjectBuilder_UnitTests.cpp.
| virtual Teuchos::FooB::~FooB | ( | ) | [inline, virtual] |
Definition at line 113 of file ObjectBuilder_UnitTests.cpp.
| std::string Teuchos::FooB::getString | ( | ) | const [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 114 of file ObjectBuilder_UnitTests.cpp.
| void Teuchos::FooB::setDefaults | ( | ) | [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 117 of file ObjectBuilder_UnitTests.cpp.
| RCP<const ParameterList> Teuchos::FooB::getValidParameters | ( | ) | const [inline, virtual] |
Return a const parameter list of all of the valid parameters that this->setParameterList(...) will accept.
The default implementation returns Teuchos::null.
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 125 of file ObjectBuilder_UnitTests.cpp.
std::string Teuchos::FooB::foo_ [private] |
Definition at line 135 of file ObjectBuilder_UnitTests.cpp.
1.7.6.1