10 #ifndef TEUCHOS_LABELED_OBJECT_HPP
11 #define TEUCHOS_LABELED_OBJECT_HPP
44 virtual void setObjectLabel(
const std::string &objectLabel );
46 virtual std::string getObjectLabel()
const;
48 std::string objectLabel_;
55 #endif // TEUCHOS_LABELED_OBJECT_HPP
Base class for objects that contain a std::string label.
Teuchos header file which uses auto-configuration information to include necessary C++ headers...