Android-cuttlefish cvd tool
Public Attributes | List of all members
dict_t Struct Reference

#include <dict.h>

Collaboration diagram for dict_t:
Collaboration graph
[legend]

Public Attributes

dnode_t dict_nilnode
 
dictcount_t dict_nodecount
 
dictcount_t dict_maxcount
 
dict_comp_t dict_compare
 
dnode_alloc_t dict_allocnode
 
dnode_free_t dict_freenode
 
void * dict_context
 
int dict_dupes
 

Member Data Documentation

◆ dict_allocnode

dnode_alloc_t dict_t::dict_allocnode

◆ dict_compare

dict_comp_t dict_t::dict_compare

◆ dict_context

void* dict_t::dict_context

◆ dict_dupes

int dict_t::dict_dupes

◆ dict_freenode

dnode_free_t dict_t::dict_freenode

◆ dict_maxcount

dictcount_t dict_t::dict_maxcount

◆ dict_nilnode

dnode_t dict_t::dict_nilnode

◆ dict_nodecount

dictcount_t dict_t::dict_nodecount

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