lsst.daf.persistence
13.0-30-gd2bda26
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
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.h
Interface for FormatterStorage abstract base class.
lsst::daf::persistence::PYBIND11_PLUGIN
PYBIND11_PLUGIN(dbAuth)
Definition:
dbAuth.cc:11
LogicalLocation.h
Interface for LogicalLocation class.
Generated on Thu Aug 10 2017 07:45:24 for lsst.daf.persistence by
1.8.5