ion_dictionary_config_info_t Struct Reference

Struct containing details for opening a dictionary previously created. More...

#include <dictionary_types.h>

Collaboration diagram for ion_dictionary_config_info_t:

Public Attributes

ion_dictionary_id_t id
 
ion_dict_use_t use_type
 
ion_key_type_t type
 
ion_key_size_t key_size
 
ion_value_size_t value_size
 
ion_dictionary_size_t dictionary_size
 
ion_dictionary_type_t dictionary_type
 
ion_dictionary_status_t dictionary_status
 

Detailed Description

Struct containing details for opening a dictionary previously created.

Definition at line 183 of file dictionary_types.h.

Member Data Documentation

ion_dictionary_size_t ion_dictionary_config_info_t::dictionary_size

The dictionary size parameter. Dependent on the dictionary implementation used.

Definition at line 192 of file dictionary_types.h.

ion_dictionary_status_t ion_dictionary_config_info_t::dictionary_status

The current status of the dictionary, either closed or ok.

Definition at line 198 of file dictionary_types.h.

ion_dictionary_type_t ion_dictionary_config_info_t::dictionary_type

The type of dictionary implementation used.

Definition at line 196 of file dictionary_types.h.

ion_dictionary_id_t ion_dictionary_config_info_t::id

The identifier used to identify the dictionary.

Definition at line 184 of file dictionary_types.h.

ion_key_size_t ion_dictionary_config_info_t::key_size

The size of the key.

Definition at line 190 of file dictionary_types.h.

ion_key_type_t ion_dictionary_config_info_t::type

The type of key to store.

Definition at line 188 of file dictionary_types.h.

ion_dict_use_t ion_dictionary_config_info_t::use_type

How the dictionary will be used. Ignore if N/A.

Definition at line 186 of file dictionary_types.h.

ion_value_size_t ion_dictionary_config_info_t::value_size

The size of the value.

Definition at line 191 of file dictionary_types.h.


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