MityDSP Documentation Index

GSTRING Class Reference

#include <gstring.h>

List of all members.

Public Member Functions

 GSTRING ()
 GSTRING (int buff_length)
 GSTRING (const char *src)
 GSTRING (const GSTRING &src)
 ~GSTRING ()
int strlen () const
GSTRINGoperator= (const char *src)
GSTRINGoperator+= (const char *src)
GSTRINGoperator+ (const char *src)
GSTRINGoperator= (const GSTRING &src)
GSTRINGoperator+= (const GSTRING &src)
GSTRINGoperator+ (const GSTRING &src)
bool operator== (const char *src)
bool operator!= (const char *src)
bool operator== (const GSTRING &src)
bool operator!= (const GSTRING &src)
const char * c_str () const
int atoi () const

Constructor & Destructor Documentation

GSTRING::GSTRING (  ) 
GSTRING::GSTRING ( int  buff_length  ) 
GSTRING::GSTRING ( const char *  src  ) 
GSTRING::GSTRING ( const GSTRING src  ) 
GSTRING::~GSTRING (  ) 

Member Function Documentation

int GSTRING::strlen (  )  const [inline]
GSTRING & GSTRING::operator= ( const char *  src  ) 
GSTRING & GSTRING::operator+= ( const char *  src  ) 
GSTRING & GSTRING::operator+ ( const char *  src  ) 
GSTRING & GSTRING::operator= ( const GSTRING src  ) 
GSTRING & GSTRING::operator+= ( const GSTRING src  ) 
GSTRING & GSTRING::operator+ ( const GSTRING src  ) 
bool GSTRING::operator== ( const char *  src  ) 
bool GSTRING::operator!= ( const char *  src  ) 
bool GSTRING::operator== ( const GSTRING src  ) 
bool GSTRING::operator!= ( const GSTRING src  ) 
const char* GSTRING::c_str (  )  const [inline]
int GSTRING::atoi (  )  const [inline]

  
Generated on Wed Mar 17 18:24:43 2010 for MityDSP Skinnable Graphics User Interface (GGUI) by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.