Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Mstring.cxx File Reference

#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "analysis/Midnight.h"

Go to the source code of this file.

Defines

#define changeBlockSize   realloc
#define freeBlock   free
#define allocateBlock   malloc
#define MINIMUM(a,b)    ((a)<(b)?a:b)

Functions

int operator== ( const Midnight::MString& a1 ,const Midnight::MString& a2 )
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//. More...

int operator!= ( const Midnight::MString& a1 ,const Midnight::MString& a2 )
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//. More...

int operator== ( const Midnight::MString& a1 ,const char* a2 )
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//. More...

int operator!= ( const Midnight::MString& a1 ,const char* a2 )
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//. More...


Define Documentation

#define MINIMUM( a, b )   ((a)<(b)?a:b)
 

Definition at line 26 of file Mstring.cxx.

Referenced by Midnight::MString::operator()(), and Midnight::MString::replace().

#define allocateBlock   malloc
 

Definition at line 19 of file Mstring.cxx.

#define changeBlockSize   realloc
 

Definition at line 17 of file Mstring.cxx.

#define freeBlock   free
 

Definition at line 18 of file Mstring.cxx.


Function Documentation

int operator!= ( const Midnight::MString & a1,
const char * a2 )
 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//.

Definition at line 289 of file Mstring.cxx.

int operator!= ( const Midnight::MString & a1,
const Midnight::MString & a2 )
 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//.

Definition at line 267 of file Mstring.cxx.

int operator== ( const Midnight::MString & a1,
const char * a2 )
 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//.

Definition at line 277 of file Mstring.cxx.

int operator== ( const Midnight::MString & a1,
const Midnight::MString & a2 )
 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//.

Definition at line 255 of file Mstring.cxx.


Generated at Wed Nov 21 12:20:53 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000