42#ifndef TEUCHOS_LABELED_OBJECT_HPP
43#define TEUCHOS_LABELED_OBJECT_HPP
76 virtual void setObjectLabel(
const std::string &objectLabel );
78 virtual std::string getObjectLabel()
const;
80 std::string objectLabel_;
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
Base class for objects that contain a std::string label.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...