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_ptr_vector Struct Reference

Soletta pointer vector is a wrapper around vector with an API more convenient to handle pointers. More...

#include <sol-vector.h>

Data Fields

struct sol_vector base
 

Detailed Description

Soletta pointer vector is a wrapper around vector with an API more convenient to handle pointers.

Warning
Be careful when storing NULL pointers in the vector since some functions will return NULL as an error when failing to retrieve the data from vector elements.
See Also
struct sol_vector
Examples:
/src/samples/coap/lwm2m-server.c, /src/samples/crypto/sha256sum.c, /src/samples/design_patterns/stream_sample.c, /src/samples/http/server-sse.c, and /src/samples/network/netctl.c.

Field Documentation

struct sol_vector sol_ptr_vector::base

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