dictionary Struct Reference

A dictionary contains information regarding an instance of the storage element and the associated handler. More...

#include <dictionary_types.h>

Collaboration diagram for dictionary:

Public Attributes

ion_dictionary_status_t status
 
ion_dictionary_parent_tinstance
 
ion_dictionary_handler_thandler
 

Detailed Description

A dictionary contains information regarding an instance of the storage element and the associated handler.

Definition at line 273 of file dictionary_types.h.

Member Data Documentation

ion_dictionary_handler_t* dictionary::handler

Handler for the specific type.

Definition at line 279 of file dictionary_types.h.

ion_dictionary_parent_t* dictionary::instance

Specific instance of a dictionary (but we don't know type).

Definition at line 276 of file dictionary_types.h.

ion_dictionary_status_t dictionary::status

A status describing the state of the dictionary.

Definition at line 274 of file dictionary_types.h.


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