GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

Gstring Class Reference

#include <Gutils.h>

Inheritance diagram for Gstring:

Gobject List of all members.

Public Methods

 ~Gstring ()
 Gstring (const char *s)
 Gstring (Gstring &s)
 Gstring (Gstring *s)
 Gstring (int i)
char* c_str ()
void operator+= (Gstring &s1)
bool Equal (Gstring *s)
bool Equal (Gstring s)
int Length ()
int HashCode ()

Detailed Description

this is the gstring class
Examples:

askyesno.cpp, button.cpp, clist.cpp, entry.cpp, hello.cpp, label.cpp, and layout.cpp.


Member Function Documentation

bool Gstring::Equal ( Gstring s )
 

Return true if the texts of the strings are equals

bool Gstring::Equal ( Gstring * s )
 

Return true if the texts of the strings are equals

int Gstring::HashCode ( ) [virtual]
 

Return a hash code for the object. By default the memory adress

Reimplemented from Gobject.

int Gstring::Length ( )
 

Return the length of the String like strlen

char * Gstring::c_str ( )
 

Convert a Gstring into const char *

void Gstring::operator+= ( Gstring & s1 ) [inline]
 

concat two Gstring


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002