pelib  2.0.0
include/pelib/string_integer.h
Go to the documentation of this file.
00001 #include <pelib/integer.h>
00002 #include <pelib/string.h>
00003 
00004 #ifndef STRING_INTEGER_H
00005 #define STRING_INTEGER_H
00006 
00007 #define PAIR_KEY_T string
00008 #define PAIR_VALUE_T int
00009 #include <pelib/pair.h>
00010 #define DONE_pair_string_int 1 
00011 
00012 #define ITERATOR_T pair_t(string, int)
00013 #include <pelib/iterator.h>
00014 #define DONE_iterator_pair_string_int 1 
00015 
00016 #define MAP_KEY_T string
00017 #define MAP_VALUE_T int
00018 #include <pelib/map.h>
00019 #define DONE_map_string_int 1
00020 
00021 #endif
00022