STRING Class Reference

#include <strngs.h>

List of all members.

Classes

struct  STRING_HEADER

Public Member Functions

 STRING ()
 STRING (const STRING &string)
 STRING (const char *string)
 ~STRING ()
BOOL8 contains (const char c) const
inT32 length () const
const char * string () const
char & operator[] (inT32 index) const
BOOL8 operator== (const STRING &string) const
BOOL8 operator!= (const STRING &string) const
BOOL8 operator!= (const char *string) const
STRINGoperator= (const char *string)
STRINGoperator= (const STRING &string)
STRING operator+ (const STRING &string) const
STRING operator+ (const char ch) const
STRINGoperator+= (const char *string)
STRINGoperator+= (const STRING &string)
STRINGoperator+= (const char ch)
void add_str_int (const char *str, int number)
void prep_serialise ()
void dump (FILE *f)
void de_dump (FILE *f)
 make_serialise (STRING) inline void ensure(inT32 min_capacity)

Constructor & Destructor Documentation

STRING::STRING (  ) 
STRING::STRING ( const STRING string  ) 
STRING::STRING ( const char *  string  ) 
STRING::~STRING (  ) 

Member Function Documentation

void STRING::add_str_int ( const char *  str,
int  number 
)
BOOL8 STRING::contains ( const char  c  )  const
void STRING::de_dump ( FILE *  f  ) 
void STRING::dump ( FILE *  f  ) 
inT32 STRING::length (  )  const
STRING::make_serialise ( STRING   )  [inline]
BOOL8 STRING::operator!= ( const char *  string  )  const
BOOL8 STRING::operator!= ( const STRING string  )  const
STRING STRING::operator+ ( const char  ch  )  const
STRING STRING::operator+ ( const STRING string  )  const
STRING & STRING::operator+= ( const char  ch  ) 
STRING & STRING::operator+= ( const STRING string  ) 
STRING & STRING::operator+= ( const char *  string  ) 
STRING & STRING::operator= ( const STRING string  ) 
STRING & STRING::operator= ( const char *  string  ) 
BOOL8 STRING::operator== ( const STRING string  )  const
char & STRING::operator[] ( inT32  index  )  const
void STRING::prep_serialise (  ) 
const char * STRING::string (  )  const

The documentation for this class was generated from the following files:
Generated on Sun Jul 18 17:11:15 2010 for Tesseract by  doxygen 1.6.3