Data Fields | |
int | count |
Count of elements in the table. | |
struct ccn_dict_entry * | dict |
the table entries |
Definition at line 162 of file coding.h.
int ccn_dict::count |
Count of elements in the table.
Definition at line 163 of file coding.h.
Referenced by ccn_decoder_create(), ccn_destroy_dict(), ccn_encoder_create(), ccn_extend_dict(), and dtag_lookup().
struct ccn_dict_entry* ccn_dict::dict |
the table entries
Definition at line 164 of file coding.h.
Referenced by ccn_decoder_create(), ccn_destroy_dict(), ccn_encoder_create(), ccn_extend_dict(), and dtag_lookup().