| 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.  More... | |
|  Public Member Functions inherited from Teuchos::Foo | |
| Foo () | |
| virtual | ~Foo () | 
| void | setParameterList (const RCP< ParameterList > ¶mList) | 
| Set parameters from a parameter list and return with default values.  More... | |
| RCP< ParameterList > | getNonconstParameterList () | 
| Get a nonconst version of the parameter list that was set using setParameterList().  More... | |
| RCP< ParameterList > | unsetParameterList () | 
| Unset the parameter list that was set using setParameterList().  More... | |
| RCP< const ParameterList > | getParameterList () const | 
| Get const version of the parameter list that was set using setParameterList().  More... | |
|  Public Member Functions inherited from Teuchos::ParameterListAcceptor | |
| virtual | ~ParameterListAcceptor () | 
| Destructor.  More... | |
| virtual RCP< const DependencySheet > | getDependencies () const | 
| Rreturn a const DependencySheet of all the dependencies that should be applied to the ParameterList returned by this->getValidParameters().  More... | |
| Private Attributes | |
| std::string | foo_ | 
Definition at line 47 of file ObjectBuilder_UnitTests.cpp.
| 
 | inline | 
Definition at line 49 of file ObjectBuilder_UnitTests.cpp.
| 
 | inlinevirtual | 
Definition at line 52 of file ObjectBuilder_UnitTests.cpp.
| 
 | inlinevirtual | 
Implements Teuchos::Foo.
Definition at line 53 of file ObjectBuilder_UnitTests.cpp.
| 
 | inlinevirtual | 
Implements Teuchos::Foo.
Definition at line 56 of file ObjectBuilder_UnitTests.cpp.
| 
 | inlinevirtual | 
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 64 of file ObjectBuilder_UnitTests.cpp.
| 
 | private | 
Definition at line 74 of file ObjectBuilder_UnitTests.cpp.
 1.8.5
 1.8.5