wxString Class Reference

Inheritance diagram for wxString:

wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
package this (IntPtr wxobj, bool memOwn)
 this ()
 this (string str)
 this (wxChar *wxstr, size_t wxlen)
size_t length ()
wxChar * data ()
wxChar opIndex (size_t i)
void opIndexAssign (wxChar c, size_t i)
string opCast ()
ubyte[] toAnsi ()
wchar_t[] toWide ()
string toString ()

Protected Member Functions

override void dtor ()


Detailed Description

wxString is a class representing a character string.

Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from wxObject.

package this ( IntPtr  wxobj,
bool  memOwn 
)

Reimplemented from wxObject.

this (  ) 

this ( string  str  ) 

this ( wxChar *  wxstr,
size_t  wxlen 
)


Member Function Documentation

override void dtor (  )  [protected]

Reimplemented from wxObject.

size_t length (  ) 

wxChar* data (  ) 

wxChar opIndex ( size_t  i  ) 

void opIndexAssign ( wxChar  c,
size_t  i 
)

string opCast (  ) 

ubyte [] toAnsi (  ) 

wchar_t [] toWide (  ) 

string toString (  ) 


The documentation for this class was generated from the following file:
Generated on Sat Mar 1 11:16:05 2008 for wxD by  doxygen 1.5.4