python-cnorxz/cnorxz/base/array.pxd

9 lines
220 B
Cython
Raw Normal View History

2023-05-07 21:28:30 +02:00
from libcpp.memory cimport shared_ptr
from range cimport cpp_RangeBase
cdef extern from "array/array_base.h" namespace "CNORXZ":
cdef cppclass cpp_CArrayBase "CNORXZ::CArrayBase"[T]:
size_t size() except+