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_;
 
   87 #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...