• 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:wxArrayString

1 \section{\class{wxArrayString}}\label{wxarraystring}
3 wxArrayString is an efficient container for storing
9 doesn't take more space than a C array {\it wxString[]} type (wxArrayString
29 There is also a variant of wxArrayString called wxSortedArrayString which has
30 exactly the same methods as wxArrayString, but which always keeps the string
33 wxArrayString::Index) which makes it much more efficient if you add strings to
39 Final word: none of the methods of wxArrayString is virtual including its
59 \membersection{wxArrayString::wxArrayString}\label{wxarraystringctor}
61 \func{}{wxArrayString}{\void}
65 \func{}{wxArrayString}{\param{const wxArrayString\&}{ array}}
70 \func{}{wxArrayString}{\param{size\_t}{ sz}, \param{const wxChar**}{ arr}}
74 \func{}{wxArrayString}{\param{size\_t}{ sz}, \param{const wxString*}{ arr}}
78 \membersection{wxArrayString::\destruct{wxArrayString}}\label{wxarraystringdtor}
80 \func{}{\destruct{wxArrayString}}{}
85 \membersection{wxArrayString::operator=}\label{wxarraystringoperatorassign}
87 \func{wxArrayString \&}{operator $=$}{\param{const wxArrayString\&}{ array}}
91 \membersection{wxArrayString::operator==}\label{wxarraystringoperatorequal}
93 \constfunc{bool}{operator $==$}{\param{const wxArrayString\&}{ array}}
98 \membersection{wxArrayString::operator!=}\label{wxarraystringoperatornotequal}
100 \constfunc{bool}{operator $!=$}{\param{const wxArrayString\&}{ array}}
105 \membersection{wxArrayString::operator[]}\label{wxarraystringoperatorindex}
115 \membersection{wxArrayString::Add}\label{wxarraystringadd}
129 \membersection{wxArrayString::Alloc}\label{wxarraystringalloc}
139 \membersection{wxArrayString::Clear}\label{wxarraystringclear}
147 \membersection{wxArrayString::Count}\label{wxarraystringcount}
155 \membersection{wxArrayString::Empty}\label{wxarraystringempty}
166 \membersection{wxArrayString::GetCount}\label{wxarraystringgetcount}
172 \membersection{wxArrayString::Index}\label{wxarraystringindex}
180 This function uses linear search for wxArrayString and binary search for
186 \membersection{wxArrayString::Insert}\label{wxarraystringinsert}
204 \membersection{wxArrayString::IsEmpty}\label{wxarraystringisempty}
211 \membersection{wxArrayString::Item}\label{wxarraystringitem}
222 \membersection{wxArrayString::Last}\label{wxarraystringlast}
230 \membersection{wxArrayString::Remove}\label{wxarraystringremove}
239 \membersection{wxArrayString::RemoveAt}\label{wxarraystringremoveat}
245 \membersection{wxArrayString::Shrink}\label{wxarraystringshrink}
254 \membersection{wxArrayString::Sort}\label{wxarraystringsort}
285 wxArrayString array;