RTOp Package Browser (Single Doxygen Collection)
Version of the Day
|
Simple ReductTarget
subclass for simple scalar objects.
More...
#include <RTOpPack_RTOpTHelpers_decl.hpp>
Public Member Functions | |
DefaultReductTarget (const ConcreteReductObj &concreteReductObj) | |
void | set (const ConcreteReductObj &concreteReductObj) |
const ConcreteReductObj & | get () const |
std::string | description () const |
Public Member Functions inherited from Teuchos::Describable | |
DescribableStreamManipulatorState | describe (const Describable &describable, const EVerbosityLevel verbLevel=Describable::verbLevel_default) |
std::ostream & | operator<< (std::ostream &os, const DescribableStreamManipulatorState &d) |
virtual void | describe (FancyOStream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
void | describe (std::ostream &out, const EVerbosityLevel verbLevel=verbLevel_default) const |
virtual | ~Describable () |
LabeledObject () | |
virtual | ~LabeledObject () |
virtual void | setObjectLabel (const std::string &objectLabel) |
virtual std::string | getObjectLabel () const |
Private Attributes | |
ConcreteReductObj | concreteReductObj_ |
Related Functions | |
(Note that these are not member functions.) | |
template<class ConcreteReductObj > | |
const RCP< DefaultReductTarget < ConcreteReductObj > > | defaultReductTarget (const ConcreteReductObj &concreteReductObj) |
Nonmember constructor. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from Teuchos::Describable | |
static const EVerbosityLevel | verbLevel_default |
Simple ReductTarget
subclass for simple scalar objects.
Definition at line 139 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 142 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 146 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
inline |
Definition at line 149 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
virtual |
Reimplemented from Teuchos::Describable.
Definition at line 27 of file RTOpPack_RTOpTHelpers_def.hpp.
|
related |
Nonmember constructor.
Definition at line 164 of file RTOpPack_RTOpTHelpers_decl.hpp.
|
private |
Definition at line 154 of file RTOpPack_RTOpTHelpers_decl.hpp.