struct
Lexbor::Utils::PagedArray::Pos(T)
- Lexbor::Utils::PagedArray::Pos(T)
- Struct
- Value
- Object
Overview
current position in array
Defined in:
lexbor/utils/paged_array.crConstructors
Instance Method Summary
- #buf : Pointer(T)
- #buf_end : Pointer(T)
- #buf_id : Int32
- #buf_start : Pointer(T)
- #clone
- #copy_with(pa _pa = @pa, buf_id _buf_id = @buf_id, buf_start _buf_start = @buf_start, buf _buf = @buf, buf_end _buf_end = @buf_end)
- #next
- #pa : PagedArray(T)
- #prev
- #value
Constructor Detail
def self.new(pa : PagedArray(T), buf_id : Int32, buf_start : Pointer(T), buf : Pointer(T), buf_end : Pointer(T))
#
Instance Method Detail
def copy_with(pa _pa = @pa, buf_id _buf_id = @buf_id, buf_start _buf_start = @buf_start, buf _buf = @buf, buf_end _buf_end = @buf_end)
#