dictionary_parent Struct Reference

This is the super type for all dictionaries. More...

#include <dictionary_types.h>

Collaboration diagram for dictionary_parent:

Public Attributes

ion_key_type_t key_type
 
ion_record_info_t record
 
ion_dictionary_compare_t compare
 
ion_dictionary_id_t id
 
ion_dictionary_type_t type
 

Detailed Description

This is the super type for all dictionaries.

Definition at line 285 of file dictionary_types.h.

Member Data Documentation

ion_dictionary_compare_t dictionary_parent::compare

Comparison function for instance of map.

Definition at line 288 of file dictionary_types.h.

ion_dictionary_id_t dictionary_parent::id

ID of dictionary instance.

Definition at line 290 of file dictionary_types.h.

ion_key_type_t dictionary_parent::key_type

The key type stored in the map.

Definition at line 286 of file dictionary_types.h.

ion_record_info_t dictionary_parent::record

The record structure for items.

Definition at line 287 of file dictionary_types.h.

ion_dictionary_type_t dictionary_parent::type

Type of dictionary implementation used.

Definition at line 291 of file dictionary_types.h.


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