45#ifndef _TEUCHOS_OBJECT_HPP_
46#define _TEUCHOS_OBJECT_HPP_
68class TEUCHOSNUMERICS_LIB_DLL_EXPORT
Object {
104 virtual void setLabel (
const char*
theLabel);
125 virtual const char* label ()
const;
128 static int getTracebackMode();
135 virtual void print (std::ostream& os)
const;
146 static int tracebackMode;
155std::ostream& operator<< (std::ostream& os,
const Teuchos::Object& obj);
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Teuchos::DataAccess Mode enumerable type.
virtual ~Object()
Destructor (virtual, for safety of derived classes).
Smart reference counting pointer class for automatic garbage collection.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...