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

Public Member Functions | |
| FooC () | |
| virtual | ~FooC () |
| 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 137 of file ObjectBuilder_UnitTests.cpp.
| Teuchos::FooC::FooC | ( | ) | [inline] |
Definition at line 139 of file ObjectBuilder_UnitTests.cpp.
| virtual Teuchos::FooC::~FooC | ( | ) | [inline, virtual] |
Definition at line 142 of file ObjectBuilder_UnitTests.cpp.
| std::string Teuchos::FooC::getString | ( | ) | const [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 143 of file ObjectBuilder_UnitTests.cpp.
| void Teuchos::FooC::setDefaults | ( | ) | [inline, virtual] |
Implements Teuchos::Foo.
Definition at line 146 of file ObjectBuilder_UnitTests.cpp.
| RCP<const ParameterList> Teuchos::FooC::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 154 of file ObjectBuilder_UnitTests.cpp.
std::string Teuchos::FooC::foo_ [private] |
Definition at line 164 of file ObjectBuilder_UnitTests.cpp.
1.7.6.1