25 #ifndef LSST_MWI_PERSISTENCE_LOGICALLOCATION_H 26 #define LSST_MWI_PERSISTENCE_LOGICALLOCATION_H 56 namespace persistence {
Class for logical location of a persisted Persistable instance.
std::string const & locString(void) const
Accessor.
#define CONST_PTR(...)
A shared pointer to a const object.
std::shared_ptr< LogicalLocation > Ptr
A base class for image defects.
LogicalLocation(std::string const &locString, boost::shared_ptr< dafBase::PropertySet const > additionalData=boost::shared_ptr< dafBase::PropertySet const >())
Constructor from string and additional data.
static void setLocationMap(boost::shared_ptr< dafBase::PropertySet > map)
Set the logical-to-less-logical map.
Class for storing generic metadata.
Citizen is a class that should be among all LSST classes base classes, and handles basic memory manag...