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 Member Functions | Private Attributes | List of all members
Teuchos::VerboseObjectTempState< ObjectType > Class Template Reference

Set and release a stream and verbosity level. More...

#include <Teuchos_VerboseObject.hpp>

Public Member Functions

 VerboseObjectTempState (const RCP< const VerboseObject< ObjectType > > &verboseObject, const RCP< FancyOStream > &newOStream, const EVerbosityLevel newVerbLevel)
 
 ~VerboseObjectTempState ()
 

Private Member Functions

 VerboseObjectTempState ()
 
 VerboseObjectTempState (const VerboseObjectTempState &)
 
VerboseObjectTempStateoperator= (const VerboseObjectTempState &)
 

Private Attributes

RCP< const VerboseObject
< ObjectType > > 
verboseObject_
 
RCP< FancyOStreamoldOStream_
 
EVerbosityLevel oldVerbLevel_
 

Detailed Description

template<class ObjectType>
class Teuchos::VerboseObjectTempState< ObjectType >

Set and release a stream and verbosity level.

Definition at line 313 of file Teuchos_VerboseObject.hpp.

Constructor & Destructor Documentation

template<class ObjectType >
Teuchos::VerboseObjectTempState< ObjectType >::VerboseObjectTempState ( const RCP< const VerboseObject< ObjectType > > &  verboseObject,
const RCP< FancyOStream > &  newOStream,
const EVerbosityLevel  newVerbLevel 
)
inline

Definition at line 316 of file Teuchos_VerboseObject.hpp.

template<class ObjectType >
Teuchos::VerboseObjectTempState< ObjectType >::~VerboseObjectTempState ( )
inline

Definition at line 332 of file Teuchos_VerboseObject.hpp.

template<class ObjectType >
Teuchos::VerboseObjectTempState< ObjectType >::VerboseObjectTempState ( )
private
template<class ObjectType >
Teuchos::VerboseObjectTempState< ObjectType >::VerboseObjectTempState ( const VerboseObjectTempState< ObjectType > &  )
private

Member Function Documentation

template<class ObjectType >
VerboseObjectTempState& Teuchos::VerboseObjectTempState< ObjectType >::operator= ( const VerboseObjectTempState< ObjectType > &  )
private

Member Data Documentation

template<class ObjectType >
RCP<const VerboseObject<ObjectType> > Teuchos::VerboseObjectTempState< ObjectType >::verboseObject_
private

Definition at line 340 of file Teuchos_VerboseObject.hpp.

template<class ObjectType >
RCP<FancyOStream> Teuchos::VerboseObjectTempState< ObjectType >::oldOStream_
private

Definition at line 341 of file Teuchos_VerboseObject.hpp.

template<class ObjectType >
EVerbosityLevel Teuchos::VerboseObjectTempState< ObjectType >::oldVerbLevel_
private

Definition at line 342 of file Teuchos_VerboseObject.hpp.


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