#include <json.h>
|
| FromJsonObjectSchema (FileLikeObject *source, int64_t buffersize, bool read_one, const char *nan_string, const char *posinf_string, const char *neginf_string, const char *jsonassembly, int64_t initial, double resize) |
|
int64_t | current_stack_depth () const noexcept |
| HERE.
|
|
int64_t | current_instruction () const noexcept |
| HERE.
|
|
int64_t | instruction () const noexcept |
| HERE.
|
|
int64_t | argument1 () const noexcept |
| HERE.
|
|
int64_t | argument2 () const noexcept |
| HERE.
|
|
int64_t | argument3 () const noexcept |
| HERE.
|
|
void | step_forward () noexcept |
| HERE.
|
|
void | step_backward () noexcept |
| HERE.
|
|
void | push_stack (int64_t jump_to) noexcept |
| HERE.
|
|
void | pop_stack () noexcept |
| HERE.
|
|
int64_t | find_enum (const char *str) noexcept |
| HERE.
|
|
int64_t | find_key (const char *str) noexcept |
| HERE.
|
|
void | write_int8 (int64_t index, int8_t x) noexcept |
| HERE.
|
|
void | write_uint8 (int64_t index, uint8_t x) noexcept |
| HERE.
|
|
void | write_many_uint8 (int64_t index, int64_t num_items, const uint8_t *values) noexcept |
| HERE.
|
|
void | write_int64 (int64_t index, int64_t x) noexcept |
| HERE.
|
|
void | write_uint64 (int64_t index, uint64_t x) noexcept |
| HERE.
|
|
void | write_add_int64 (int64_t index, int64_t x) noexcept |
| HERE.
|
|
void | write_float64 (int64_t index, double x) noexcept |
| HERE.
|
|
int64_t | get_and_increment (int64_t index) noexcept |
| HERE.
|
|
int64_t | length () const noexcept |
| HERE.
|
|
void | add_to_length (int64_t length) noexcept |
| HERE.
|
|
std::string | debug () const noexcept |
| HERE.
|
|
int64_t | num_outputs () const |
| HERE.
|
|
std::string | output_name (int64_t i) const |
| HERE.
|
|
std::string | output_dtype (int64_t i) const |
| HERE.
|
|
int64_t | output_num_items (int64_t i) const |
| HERE.
|
|
void | output_fill (int64_t i, void *external_pointer) const |
| HERE.
|
|
◆ FromJsonObjectSchema()
◆ add_to_length()
◆ argument1()
◆ argument2()
◆ argument3()
◆ current_instruction()
int64_t current_instruction |
( |
| ) |
const |
|
inlinenoexcept |
◆ current_stack_depth()
int64_t current_stack_depth |
( |
| ) |
const |
|
inlinenoexcept |
◆ debug()
std::string debug |
( |
| ) |
const |
|
noexcept |
◆ find_enum()
◆ find_key()
◆ get_and_increment()
◆ instruction()
◆ length()
◆ num_outputs()
◆ output_dtype()
std::string output_dtype |
( |
int64_t | i | ) |
const |
|
inline |
◆ output_fill()
◆ output_name()
std::string output_name |
( |
int64_t | i | ) |
const |
|
inline |
◆ output_num_items()
◆ pop_stack()
◆ push_stack()
◆ step_backward()
◆ step_forward()
◆ write_add_int64()
◆ write_float64()
◆ write_int64()
◆ write_int8()
◆ write_many_uint8()
◆ write_uint64()
◆ write_uint8()
The documentation for this class was generated from the following file: