lsst.cpputils main-g1ffd6c4751+af2cfb9f12
Namespaces | Functions
Cache.h File Reference
#include <functional>
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "pybind11/functional.h"
#include "lsst/cpputils/Cache.h"

Go to the source code of this file.

Namespaces

namespace  lsst
 Forward declarations for lsst::cpputils::Cache.
 
namespace  lsst::cpputils
 
namespace  lsst::cpputils::python
 

Functions

template<typename Key , typename Value , typename KeyHash = boost::hash<Key>, typename KeyPred = std::equal_to<Key>>
void lsst::cpputils::python::declareCache (py::module &mod, std::string const &name)