#include "definitions.h"#include <stdarg.h>Include dependency graph for istring.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | istring |
| Provides a dynamically resizable character string. More... | |
| class | isprintf |
| isprintf is a specialization of istring that provides printf style support. More... | |
Typedefs | |
| typedef bool | string_comparator_function (const istring &a, const istring &b) |
| returns true if the strings "a" and "b" are considered equal. | |
Functions | |
| bool | istring_comparator (const istring &a, const istring &b) |
| implements a string comparator that just does simple istring ==. | |
| typedef bool string_comparator_function(const istring &a, const istring &b) |
implements a string comparator that just does simple istring ==.
Definition at line 60 of file istring.cpp.
Referenced by nodes::symbol_tree::find().
1.5.1