Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_str_table_ptr Struct Reference

String/Pointer table type. More...

#include <sol-str-table.h>

Data Fields

const char * key
 Key string. More...
 
size_t len
 Key string length. More...
 
const void * val
 Value (pointer) More...
 

Detailed Description

String/Pointer table type.

Field Documentation

const char* sol_str_table_ptr::key

Key string.

size_t sol_str_table_ptr::len

Key string length.

const void* sol_str_table_ptr::val

Value (pointer)


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