Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

MString.cxx File Reference

#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "CalRecon/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 MString& a1 ,const MString& a2 )
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//. More...

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

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

int operator!= ( const 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 MString::operator()(), and 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 MString & a1,
const char * a2 )
 

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

Definition at line 290 of file MString.cxx.

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

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

Definition at line 268 of file MString.cxx.

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

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

Definition at line 278 of file MString.cxx.

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

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

Definition at line 256 of file MString.cxx.


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