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

List of all members.

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.

Private Attributes

std::string foo_

Detailed Description

Definition at line 108 of file ObjectBuilder_UnitTests.cpp.


Constructor & Destructor Documentation

Teuchos::FooB::FooB ( ) [inline]

Definition at line 110 of file ObjectBuilder_UnitTests.cpp.

virtual Teuchos::FooB::~FooB ( ) [inline, virtual]

Definition at line 113 of file ObjectBuilder_UnitTests.cpp.


Member Function Documentation

std::string Teuchos::FooB::getString ( ) const [inline, virtual]

Implements Teuchos::Foo.

Definition at line 114 of file ObjectBuilder_UnitTests.cpp.

void Teuchos::FooB::setDefaults ( ) [inline, virtual]

Implements Teuchos::Foo.

Definition at line 117 of file ObjectBuilder_UnitTests.cpp.

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


Member Data Documentation

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines