MityDSP Documentation Index
Public Member Functions
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 Mon Apr 22 2013 11:33:50 for MityDSP Skinnable Graphics User Interface (GGUI) by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.