File: container-functions.texi

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (18 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@node Container Functions, Misc Functions, Element Functions, Functions
@chapter Container Functions

@menu
* Bags::                      Bag containers.
* Sequences::                 Sequence containers.
* Alternates::                Alternate containers.

* Search Functions::          Container searching functions.
* Iterators::                 Container iteration functions.
@end menu

@include bag-functions.texi
@include seq-functions.texi
@include alt-functions.texi
@include search-functions.texi
@include iterator-functions.texi