KanduAI SDK  1.1
Public Attributes | List of all members
rf_object Struct Reference

#include <api_types.h>

Public Attributes

int type
 
union {
   float   float_value
 
   int   int_value
 
   rf_int_vector_type   int_vector_value
 
   rf_float_vector_type   float_vector_value
 
   rf_string_type   string_value
 
   rf_object_list_type   object_list_value
 
   rf_object_map_type   object_map_value
 
value
 

Member Data Documentation

◆ float_value

float rf_object::float_value

◆ float_vector_value

rf_float_vector_type rf_object::float_vector_value

◆ int_value

int rf_object::int_value

◆ int_vector_value

rf_int_vector_type rf_object::int_vector_value

◆ object_list_value

rf_object_list_type rf_object::object_list_value

◆ object_map_value

rf_object_map_type rf_object::object_map_value

◆ string_value

rf_string_type rf_object::string_value

◆ type

int rf_object::type

◆ value

union { ... } rf_object::value

The documentation for this struct was generated from the following file: