Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Teuchos::FooB Class Reference
Inheritance diagram for Teuchos::FooB:
Inheritance graph
[legend]

Public Member Functions

 FooB ()
 
virtual ~FooB ()
 
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.
 
- Public Member Functions inherited from Teuchos::Foo
 Foo ()
 
virtual ~Foo ()
 
virtual std::string getString () const =0
 
virtual void setDefaults ()=0
 
void setParameterList (const RCP< ParameterList > &paramList)
 Set parameters from a parameter list and return with default values.
 
RCP< ParameterListgetNonconstParameterList ()
 Get a nonconst version of the parameter list that was set using setParameterList().
 
RCP< ParameterListunsetParameterList ()
 Unset the parameter list that was set using setParameterList().
 
RCP< const ParameterListgetParameterList () const
 Get const version of the parameter list that was set using setParameterList().
 
- Public Member Functions inherited from Teuchos::ParameterListAcceptor
virtual ~ParameterListAcceptor ()
 Destructor.
 
virtual RCP< const DependencySheetgetDependencies () const
 Rreturn a const DependencySheet of all the dependencies that should be applied to the ParameterList returned by this->getValidParameters().
 

Private Attributes

std::string foo_
 

Detailed Description

Definition at line 108 of file ObjectBuilder_UnitTests.cpp.

Constructor & Destructor Documentation

◆ FooB()

Teuchos::FooB::FooB ( )
inline

Definition at line 110 of file ObjectBuilder_UnitTests.cpp.

◆ ~FooB()

virtual Teuchos::FooB::~FooB ( )
inlinevirtual

Definition at line 113 of file ObjectBuilder_UnitTests.cpp.

Member Function Documentation

◆ getString()

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

Implements Teuchos::Foo.

Definition at line 114 of file ObjectBuilder_UnitTests.cpp.

◆ setDefaults()

void Teuchos::FooB::setDefaults ( )
inlinevirtual

Implements Teuchos::Foo.

Definition at line 117 of file ObjectBuilder_UnitTests.cpp.

◆ getValidParameters()

RCP< const ParameterList > Teuchos::FooB::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 125 of file ObjectBuilder_UnitTests.cpp.

Member Data Documentation

◆ foo_

std::string Teuchos::FooB::foo_
private

Definition at line 135 of file ObjectBuilder_UnitTests.cpp.


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