istring.h File Reference

#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 Documentation

typedef bool string_comparator_function(const istring &a, const istring &b)

returns true if the strings "a" and "b" are considered equal.

this provides a prototype for the equality operation, which allows the notion of equality to be redefined according to a particular function's implementation.

Definition at line 438 of file istring.h.


Function Documentation

bool istring_comparator ( 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().


Generated on Fri Oct 10 04:29:30 2008 for HOOPLE Libraries by  doxygen 1.5.1