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

Public Member Functions | |
| FooA () | |
| virtual | ~FooA () |
| std::string | getString () const |
| void | setDefaults () |
| RCP< const ParameterList > | getValidParameters () const |
Return a ParameterList containing all of the valid parameters that this->setParameterList(...) will accept, along with any validators. | |
Private Attributes | |
| std::string | foo_ |
Definition at line 79 of file ObjectBuilder_UnitTests.cpp.
| Teuchos::FooA::FooA | ( | ) | [inline] |
Definition at line 81 of file ObjectBuilder_UnitTests.cpp.
| virtual Teuchos::FooA::~FooA | ( | ) | [inline, virtual] |
Definition at line 84 of file ObjectBuilder_UnitTests.cpp.
| std::string Teuchos::FooA::getString | ( | ) | const [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 85 of file ObjectBuilder_UnitTests.cpp.
| void Teuchos::FooA::setDefaults | ( | ) | [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 88 of file ObjectBuilder_UnitTests.cpp.
| RCP<const ParameterList> Teuchos::FooA::getValidParameters | ( | ) | const [inline, virtual] |
Return a ParameterList containing all of the valid parameters that this->setParameterList(...) will accept, along with any validators.
Implementations of setParameterList() may use the list returned by getValidParameters() to validate the input ParameterList.
The default implementation returns null.
Reimplemented from Teuchos::ParameterListAcceptor.
Definition at line 96 of file ObjectBuilder_UnitTests.cpp.
std::string Teuchos::FooA::foo_ [private] |
Definition at line 106 of file ObjectBuilder_UnitTests.cpp.
1.7.6.1