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 ()
 version (D_Version2)

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 (  ) 

version ( D_Version2   ) 


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:31 2009 for wxD by  doxygen 1.5.4