lsst.daf.persistence
13.0-11-gfc17871
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
python
lsst
daf
persistence
storage
storage.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/Storage.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
(storage) {
16
py::module::import(
"lsst.daf.base"
);
17
18
py::module mod(
"storage"
);
19
20
py::class_<Storage, std::shared_ptr<Storage>, base::Citizen> cls(mod,
"Storage"
);
21
22
return
mod.ptr();
23
}
24
25
}
// persistence
26
}
// daf
27
}
// lsst
Storage.h
Interface for Storage abstract base class.
lsst::daf::persistence::PYBIND11_PLUGIN
PYBIND11_PLUGIN(dbAuth)
Definition:
dbAuth.cc:11
LogicalLocation.h
Interface for LogicalLocation class.
Generated on Wed Jun 28 2017 01:12:53 for lsst.daf.persistence by
1.8.5