cdcontainers  0.1.1
Library of data containers and collections for C programming language.
adapters Directory Reference

Files

file  deque.h [code]
 The cdc_deque is a struct and functions that provide a double-ended queue.
 
file  map.h [code]
 The cdc_map is a struct and functions that provide a map.
 
file  priority-queue.h [code]
 The cdc_priority_queue is a struct and functions that provide a priority queue.
 
file  queue.h [code]
 The cdc_queue is a struct and functions that provide a queue.
 
file  stack.h [code]
 The cdc_stack is a struct and functions that provide a stack.