LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
23 #include "pybind11/pybind11.h"
35 py::class_<PolicyFile, std::shared_ptr<PolicyFile>,
PolicySource>
cls(mod,
"PolicyFile");
static const std::string EXT_PAF
a container for holding hierarchical configuration data in memory.
PYBIND11_MODULE(defaultPolicyFile, mod)
virtual const std::string & getFormatName()
return the name of the format that the data is stored in.
an abstract class representing a source of serialized Policy parameter data.
definition of the PolicyFile class
A base class for image defects.
definition of the Dictionary class
virtual void load(Policy &policy) const
load the data from this Policy source into a Policy object
const std::string getPath() const
return the file path as a string
bool exists() const
return true if the file exists.
a representation of a file containing Policy parameter data.
static const std::string EXT_XML
the PAF file extension, ".paf"