lsst.pex.policy
19.0.0-2-g3b2f90d+2
|
Namespaces | |
paf | |
policy | |
version | |
Classes | |
class | BadNameError |
an exception thrown when Policy parameter name has an illegal form. More... | |
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 | DictionaryError |
There is a problem with a dictionary. More... | |
class | EOFError |
an exception indicated that the stream being parsed ended prematurely. More... | |
class | FormatSyntaxError |
an exception thrown because a syntax error specific to the format being parsed was encountered. More... | |
class | NameNotFound |
an exception indicating that a policy parameter of a given name can not be found in a Policy object. More... | |
class | ParserError |
an parent exception for errors that occur during the parsing of policy files. 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 | SyntaxError |
an exception thrown because a general syntax error was encountered. 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 | 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 | 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 | ||
) |