|
LSSTApplications
11.0-13-gbb96280,12.1+18,12.1+7,12.1-1-g14f38d3+72,12.1-1-g16c0db7+5,12.1-1-g5961e7a+84,12.1-1-ge22e12b+23,12.1-11-g06625e2+4,12.1-11-g0d7f63b+4,12.1-19-gd507bfc,12.1-2-g7dda0ab+38,12.1-2-gc0bc6ab+81,12.1-21-g6ffe579+2,12.1-21-gbdb6c2a+4,12.1-24-g941c398+5,12.1-3-g57f6835+7,12.1-3-gf0736f3,12.1-37-g3ddd237,12.1-4-gf46015e+5,12.1-5-g06c326c+20,12.1-5-g648ee80+3,12.1-5-gc2189d7+4,12.1-6-ga608fc0+1,12.1-7-g3349e2a+5,12.1-7-gfd75620+9,12.1-9-g577b946+5,12.1-9-gc4df26a+10
LSSTDataManagementBasePackage
|
Namespaces | |
| paf | |
| version | |
Classes | |
| class | DefaultPolicyFile |
| a representation of a default Policy file that is stored as a file in the installation directory of an LSST product. More... | |
| class | BadNameError |
| an exception thrown when Policy parameter name has an illegal form. More... | |
| class | DictionaryError |
| There is a problem with a dictionary. More... | |
| class | NameNotFound |
| an exception indicating that a policy parameter of a given name can not be found in a Policy object. More... | |
| class | TypeError |
| an exception indicating that a policy parameter with a given name has a type different from the one that was requested. More... | |
| class | ParserError |
| an parent exception for errors that occur during the parsing of policy files. More... | |
| class | EOFError |
| an exception indicated that the stream being parsed ended prematurely. More... | |
| class | SyntaxError |
| an exception thrown because a general syntax error was encountered. More... | |
| class | FormatSyntaxError |
| an exception thrown because a syntax error specific to the format being parsed was encountered. More... | |
| class | UnsupportedSyntax |
| an exception thrown because syntax was encountered that is legal for the format being parsed but which is not supported for encoding Policies. More... | |
| class | Policy |
| a container for holding hierarchical configuration data in memory. More... | |
| class | PolicyConfigured |
| an interface to indicate that a class is configured with a Policy More... | |
| class | PolicyDestination |
| a class representing a destination to serialize Policy parameter data to. More... | |
| class | PolicyFile |
| a representation of a file containing Policy parameter data. More... | |
| class | PolicyParser |
| an abstract class for parsing serialized Policy data and loading it into a Policy object. More... | |
| class | PolicyParserFactory |
| an abstract factory class for creating PolicyParser instances. More... | |
| class | PolicySource |
| an abstract class representing a source of serialized Policy parameter data. More... | |
| class | PolicyStreamDestination |
| a generic stream destination for policy data More... | |
| class | PolicyString |
| a representation of a string containing Policy parameter data More... | |
| class | PolicyStringDestination |
| a generic stream destination for policy data More... | |
| class | PolicyWriter |
| An abstract interface for writing policy data to streams. More... | |
| class | SupportedFormats |
| a list of supported Policy formats. More... | |
| class | UrnPolicyFile |
| A Policy file in the installation directory of an LSST product, referred to using a URN. More... | |
|
inline |
| void lsst::pex::policy::Policy::addValue< Policy::FilePtr > | ( | const std::string & | name, |
| const Policy::FilePtr & | value | ||
| ) |
| void lsst::pex::policy::Policy::addValue< Policy::Ptr > | ( | const std::string & | name, |
| const Policy::Ptr & | value | ||
| ) |
| void lsst::pex::policy::Policy::addValue< std::string > | ( | const std::string & | name, |
| const std::string & | value | ||
| ) |
| Policy::ConstPtr lsst::pex::policy::Policy::getValue< Policy::ConstPtr > | ( | const std::string & | name | ) | const |
| Policy::FilePtr lsst::pex::policy::Policy::getValue< Policy::FilePtr > | ( | const std::string & | name | ) | const |
| std::string lsst::pex::policy::Policy::getValue< std::string > | ( | const std::string & | name | ) | const |
| Policy::ConstPolicyPtrArray lsst::pex::policy::Policy::getValueArray< Policy::ConstPtr > | ( | const std::string & | name | ) | const |
| Policy::FilePtrArray lsst::pex::policy::Policy::getValueArray< Policy::FilePtr > | ( | const std::string & | name | ) | const |
| Policy::PolicyPtrArray lsst::pex::policy::Policy::getValueArray< Policy::Ptr > | ( | const std::string & | name | ) | const |
| std::vector<std::string> lsst::pex::policy::Policy::getValueArray< std::string > | ( | const std::string & | name | ) | const |
| Policy::ValueType lsst::pex::policy::Policy::getValueType< Policy::ConstPtr > | ( | ) |
| Policy::ValueType lsst::pex::policy::Policy::getValueType< Policy::FilePtr > | ( | ) |
| Policy::ValueType lsst::pex::policy::Policy::getValueType< Policy::Ptr > | ( | ) |
| Policy::ValueType lsst::pex::policy::Policy::getValueType< std::string > | ( | ) |
| void lsst::pex::policy::Policy::setValue< Policy::FilePtr > | ( | const std::string & | name, |
| const Policy::FilePtr & | value | ||
| ) |
| void lsst::pex::policy::Policy::setValue< Policy::Ptr > | ( | const std::string & | name, |
| const Policy::Ptr & | value | ||
| ) |
| void lsst::pex::policy::Policy::setValue< std::string > | ( | const std::string & | name, |
| const std::string & | value | ||
| ) |
1.8.5