lsst.utils
13.0-8-gb7ca535+4
python
lsst
utils
demangle.cc
Go to the documentation of this file.
1
#include "pybind11/pybind11.h"
2
3
#include "
lsst/utils/Demangle.h
"
4
5
namespace
py = pybind11;
6
7
namespace
lsst
{
8
namespace
utils {
9
10
PYBIND11_PLUGIN
(
demangle
) {
11
py::module mod(
"demangle"
);
12
13
mod.def(
"demangleType"
,
demangleType
);
14
15
return
mod.ptr();
16
}
17
18
}
// utils
19
}
// lsst
lsst::utils::demangleType
std::string demangleType(std::string const _typeName)
Definition:
Demangle.cc:113
lsst::utils::PYBIND11_PLUGIN
PYBIND11_PLUGIN(backtrace)
Definition:
backtrace.cc:10
lsst
Definition:
main.dox:1
demangle
Demangle.h
Generated on Fri Oct 6 2017 22:17:26 for lsst.utils by
1.8.13