|
KanduAI SDK
1.1
|
#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 |
| float rf_object::float_value |
| rf_float_vector_type rf_object::float_vector_value |
| int rf_object::int_value |
| rf_int_vector_type rf_object::int_vector_value |
| rf_object_list_type rf_object::object_list_value |
| rf_object_map_type rf_object::object_map_value |
| rf_string_type rf_object::string_value |
| int rf_object::type |
| union { ... } rf_object::value |
1.8.15