• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:helpref

3 Classes: \helpref{wxString}{wxstring}, \helpref{wxArrayString}{wxarraystring}, \helpref{wxStringTokenizer}{wxstringtokenizer}
21 replacing and both C-like \helpref{Printf()}{wxstringprintf} and stream-like
22 insertion functions as well as much more - see \helpref{wxString}{wxstring}
39 char *} pointer, sing \helpref{reference counting}{wxstringrefcount}) and speed.
40 It also provides performance \helpref{statistics gathering code}{wxstringtuning}
48 \helpref{AfterFirst}{wxstringafterfirst},
49 \helpref{BeforeLast}{wxstringbeforelast}, \helpref{operator<<}{wxstringoperatorout}
50 or \helpref{Printf}{wxstringprintf}. Of course, all the standard string
54 \helpref{Unicode overview}{unicode} for more details) and maps to either
65 length(), \helpref{Len()}{wxstringlen} or
66 \helpref{Length()}{wxstringlength} may be used. The first function, as almost
85 {\it const char *}. It is advised that you use \helpref{c\_str()}{wxstringcstr}
115 \helpref{c\_str()}{wxstringcstr}: just replace this line with
130 \helpref{reference counting}{wxstringrefcount}) and all functions returning
143 these problems: \helpref{wxIsEmpty()}{wxisempty} verifies whether the string
145 \helpref{wxStrlen()}{wxstrlen} also handles NULLs correctly and returns 0 for
146 them and \helpref{wxStricmp()}{wxstricmp} is just a platform-independent
150 The {\tt <wx/string.h>} header also defines \helpref{wxSnprintf}{wxsnprintf}
151 and \helpref{wxVsnprintf}{wxvsnprintf} functions which should be used instead
154 course, you may also use \helpref{wxString::Printf}{wxstringprintf} which is
158 \helpref{wxStringTokenizer}{wxstringtokenizer}. It is helpful when a string must
162 And the very last string-related class is \helpref{wxArrayString}{wxarraystring}: it
170 All considerations for wxObject-derived \helpref{reference counted}{trefcount} objects
177 \helpref{GetChar()}{wxstringgetchar}) cannot be chosen and the "read/write"
179 \helpref{GetWritableChar()}{wxstringgetwritablechar}) is used instead. As the
183 important, you might prefer using \helpref{GetChar()}{wxstringgetchar} instead
185 \helpref{at()}{wxstringat} method has the same problem as the subscript operator in
188 section \helpref{Some advice}{wxstringadvices}) this situation will almost
197 \helpref{reference counting}{wxstringrefcount}.}
230 \helpref{Alloc()}{wxstringalloc} function to preallocate, for example, len bytes