lsst.daf.persistence
13.0-31-g48013df+4
python
lsst
daf
persistence
formatterStorage.cc
Go to the documentation of this file.
1
#include "pybind11/pybind11.h"
2
#include "pybind11/stl.h"
3
4
#include "lsst/daf/base/Citizen.h"
5
#include "lsst/daf/base/PropertySet.h"
6
#include "
lsst/daf/persistence/FormatterStorage.h
"
7
#include "
lsst/daf/persistence/LogicalLocation.h
"
8
9
namespace
py = pybind11;
10
11
namespace
lsst
{
12
namespace
daf {
13
namespace
persistence {
14
15
PYBIND11_PLUGIN
(
formatterStorage
) {
16
py::module::import(
"lsst.daf.base"
);
17
18
py::module mod(
"formatterStorage"
);
19
20
py::class_<FormatterStorage, std::shared_ptr<FormatterStorage>, base::Citizen> cls(mod,
"FormatterStorage"
);
21
22
return
mod.ptr();
23
}
24
25
}
// persistence
26
}
// daf
27
}
// lsst
formatterStorage
FormatterStorage.h
Interface for FormatterStorage abstract base class.
lsst::daf::persistence::PYBIND11_PLUGIN
PYBIND11_PLUGIN(dbAuth)
Definition:
dbAuth.cc:11
lsst
Definition:
BoostStorage.h:55
LogicalLocation.h
Interface for LogicalLocation class.
Generated on Fri Oct 6 2017 22:24:51 for lsst.daf.persistence by
1.8.13