lsst.daf.base  14.0-5-g744ff5f
Namespaces | Classes | Functions
lsst::daf::base Namespace Reference

Namespaces

 citizen
 
 dateTime
 
 propertyContainer
 
 version
 

Classes

class  Citizen
 Citizen is a class that should be among all LSST classes base classes, and handles basic memory management. More...
 
class  DateTime
 Class for handling dates/times, including MJD, UTC, and TAI. More...
 
class  Persistable
 Base class for all persistable classes. More...
 
class  PersistentCitizenScope
 A PersistentCitizenScope object causes all Citizen objects created during its lifetime to be marked as persistent. More...
 
class  PropertyList
 Class for storing ordered metadata with comments. More...
 
class  PropertySet
 Class for storing generic metadata. More...
 

Functions

template<>
void PropertySet::add< PropertySet::Ptr > (std::string const &name, Ptr const &value)
 
template<>
void PropertySet::add< PropertySet::Ptr > (std::string const &name, std::vector< Ptr > const &value)
 

Function Documentation

◆ PropertySet::add< PropertySet::Ptr >() [1/2]

template<>
void lsst::daf::base::PropertySet::add< PropertySet::Ptr > ( std::string const &  name,
Ptr const &  value 
)

◆ PropertySet::add< PropertySet::Ptr >() [2/2]

template<>
void lsst::daf::base::PropertySet::add< PropertySet::Ptr > ( std::string const &  name,
std::vector< Ptr > const &  value 
)