File: containers.dox

package info (click to toggle)
libclaw 1.7.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,080 kB
  • sloc: cpp: 13,287; sh: 227; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* -*- coding: utf-8 -*- */
/*! \page containers Containers

Claw provides various containers for some special purposes.

 - \ref container-multi_type_map
 - \ref container-avl

\section container-multi_type_map Multi Type Map

The \ref multi_type_map "Multi Type Map" is a map in which values of
different types can be associated to the same key.

\section container-avl AVL Binary Search Trees

See claw::avl.

*/