| 
|   | 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) | 
|   | 
|   | FromJsonObjectSchema (const FromJsonObjectSchema &)=delete | 
|   | 
| FromJsonObjectSchema &  | operator= (FromJsonObjectSchema &)=delete | 
|   | 
| 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.  
  | 
|   | 
| bool  | key_already_filled (int64_t record_identifier, int64_t j) const noexcept | 
|   | HERE.  
  | 
|   | 
| int64_t  | key_instruction_at (int64_t i) const noexcept | 
|   | HERE.  
  | 
|   | 
| void  | start_object (int64_t keytableheader_instruction) noexcept | 
|   | HERE.  
  | 
|   | 
| bool  | end_object (int64_t keytableheader_instruction) const 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.  
  | 
|   |