Loading...
Searching...
No Matches
ForthOutputBuffer Member List

This is the complete list of members for ForthOutputBuffer, including all inherited members.

dtype() const =0ForthOutputBufferpure virtual
dup(int64_t num_times, util::ForthError &err) noexcept=0ForthOutputBufferpure virtual
ForthOutputBuffer(int64_t initial, double resize)ForthOutputBuffer
len() const noexceptForthOutputBuffer
length_ForthOutputBufferprotected
ptr() const noexcept=0ForthOutputBufferpure virtual
reserved_ForthOutputBufferprotected
reset() noexceptForthOutputBuffer
resize_ForthOutputBufferprotected
rewind(int64_t num_items, util::ForthError &err) noexceptForthOutputBuffer
tostring() const =0ForthOutputBufferpure virtual
write_add_int32(int32_t value) noexcept=0ForthOutputBufferpure virtual
write_add_int64(int64_t value) noexcept=0ForthOutputBufferpure virtual
write_bool(int64_t num_items, bool *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_const_uint8(int64_t num_items, const uint8_t *values) noexcept=0ForthOutputBufferpure virtual
write_float32(int64_t num_items, float *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_float64(int64_t num_items, double *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_int16(int64_t num_items, int16_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_int32(int64_t num_items, int32_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_int64(int64_t num_items, int64_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_int8(int64_t num_items, int8_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_intp(int64_t num_items, ssize_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_bool(bool value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_float32(float value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_float64(double value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_int16(int16_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_int32(int32_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_int64(int64_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_int8(int8_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_intp(ssize_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_string(char *string_buffer, int64_t length) noexcept=0ForthOutputBufferpure virtual
write_one_uint16(uint16_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_uint32(uint32_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_uint64(uint64_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_uint8(uint8_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_one_uintp(size_t value, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_uint16(int64_t num_items, uint16_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_uint32(int64_t num_items, uint32_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_uint64(int64_t num_items, uint64_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_uint8(int64_t num_items, uint8_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
write_uintp(int64_t num_items, size_t *values, bool byteswap) noexcept=0ForthOutputBufferpure virtual
~ForthOutputBuffer()ForthOutputBuffervirtual