10#ifndef TEUCHOS_LABELED_OBJECT_HPP
11#define TEUCHOS_LABELED_OBJECT_HPP
48 std::string objectLabel_;
Teuchos header file which uses auto-configuration information to include necessary C++ headers.
LabeledObject()
Construct with an empty label.
virtual void setObjectLabel(const std::string &objectLabel)
Set the object label (see LabeledObject).
virtual std::string getObjectLabel() const
Get the object label (see LabeledObject).
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...