pelib  2.0.0
include/pelib/string_integer.h File Reference
#include <pelib/integer.h>
#include <pelib/string.h>
#include <pelib/pair.h>
#include <pelib/iterator.h>
#include <pelib/map.h>
Include dependency graph for string_integer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PAIR_KEY_T   string
#define PAIR_VALUE_T   int
#define DONE_pair_string_int   1
#define ITERATOR_T   pair_t(string, int)
#define DONE_iterator_pair_string_int   1
#define MAP_KEY_T   string
#define MAP_VALUE_T   int
#define DONE_map_string_int   1

Define Documentation

Definition at line 14 of file string_integer.h.

#define DONE_map_string_int   1

Definition at line 19 of file string_integer.h.

#define DONE_pair_string_int   1

Definition at line 10 of file string_integer.h.

#define ITERATOR_T   pair_t(string, int)

Definition at line 12 of file string_integer.h.

#define MAP_KEY_T   string

Definition at line 16 of file string_integer.h.

#define MAP_VALUE_T   int

Definition at line 17 of file string_integer.h.

#define PAIR_KEY_T   string

Definition at line 7 of file string_integer.h.

#define PAIR_VALUE_T   int

Definition at line 8 of file string_integer.h.