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

Go to the source code of this file.

Defines

#define STRUCT_T   string
#define DONE_string   1
#define ITERATOR_T   string
#define DONE_iterator_string   1
#define SET_T   string
#define DONE_set_string   1
#define PAIR_KEY_T   string
#define PAIR_VALUE_T   string
#define DONE_pair_string_string   1
#define ITERATOR_T   pair_t(string, string)
#define DONE_iterator_pair_string_string   1
#define MAP_KEY_T   string
#define MAP_VALUE_T   string
#define DONE_map_string_string   1
#define SET_T   pair_t(string, string)
#define DONE_set_string_string   1

Typedefs

typedef char * string

Define Documentation

Definition at line 48 of file string.h.

#define DONE_iterator_string   1

Definition at line 35 of file string.h.

#define DONE_map_string_string   1

Definition at line 53 of file string.h.

#define DONE_pair_string_string   1

Definition at line 44 of file string.h.

#define DONE_set_string   1

Definition at line 39 of file string.h.

#define DONE_set_string_string   1

Definition at line 57 of file string.h.

#define DONE_string   1

Definition at line 31 of file string.h.

#define ITERATOR_T   string

Definition at line 46 of file string.h.

#define ITERATOR_T   pair_t(string, string)

Definition at line 46 of file string.h.

#define MAP_KEY_T   string

Definition at line 50 of file string.h.

#define MAP_VALUE_T   string

Definition at line 51 of file string.h.

#define PAIR_KEY_T   string

Definition at line 41 of file string.h.

#define PAIR_VALUE_T   string

Definition at line 42 of file string.h.

#define SET_T   string

Definition at line 55 of file string.h.

#define SET_T   pair_t(string, string)

Definition at line 55 of file string.h.

#define STRUCT_T   string

Definition at line 29 of file string.h.


Typedef Documentation

typedef char* string

Definition at line 27 of file string.h.