Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
Teuchos::FooC Class Reference
Inheritance diagram for Teuchos::FooC:
Inheritance graph
[legend]

Public Member Functions

 FooC ()
 
virtual ~FooC ()
 
std::string getString () const
 
void setDefaults ()
 
RCP< const ParameterListgetValidParameters () 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 > &paramList)
 Set parameters from a parameter list and return with default values. More...
 
RCP< ParameterListgetNonconstParameterList ()
 Get a nonconst version of the parameter list that was set using setParameterList(). More...
 
RCP< ParameterListunsetParameterList ()
 Unset the parameter list that was set using setParameterList(). More...
 
RCP< const ParameterListgetParameterList () 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_
 

Detailed Description

Definition at line 137 of file ObjectBuilder_UnitTests.cpp.

Constructor & Destructor Documentation

Teuchos::FooC::FooC ( )
inline

Definition at line 139 of file ObjectBuilder_UnitTests.cpp.

virtual Teuchos::FooC::~FooC ( )
inlinevirtual

Definition at line 142 of file ObjectBuilder_UnitTests.cpp.

Member Function Documentation

std::string Teuchos::FooC::getString ( ) const
inlinevirtual

Implements Teuchos::Foo.

Definition at line 143 of file ObjectBuilder_UnitTests.cpp.

void Teuchos::FooC::setDefaults ( )
inlinevirtual

Implements Teuchos::Foo.

Definition at line 146 of file ObjectBuilder_UnitTests.cpp.

RCP<const ParameterList> Teuchos::FooC::getValidParameters ( ) const
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 154 of file ObjectBuilder_UnitTests.cpp.

Member Data Documentation

std::string Teuchos::FooC::foo_
private

Definition at line 164 of file ObjectBuilder_UnitTests.cpp.


The documentation for this class was generated from the following file: