python-cnorxz/cnorxz/base/range.pxd

8 lines
209 B
Cython
Raw Normal View History

2023-02-22 01:04:45 +01:00
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 +