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

8 lines
220 B
Cython

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+