python-cnorxz/cnorxz/base/range.pxd
Christian Zimmermann 33f7b0322d im com
2023-05-07 21:28:30 +02:00

8 lines
218 B
Cython

from libcpp.memory cimport shared_ptr
cdef extern from "ranges/ranges.h" namespace "CNORXZ":
cdef cppclass cpp_RangeBase "CNORXZ::RangeBase":
size_t size() except +
size_t dim() except +