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

3 %% Purpose:     wxLongLong documentation
12 \section{\class{wxLongLong}}\label{wxlonglong}
20 wxLongLong defines all usual arithmetic operations such as addition,
27 (built-in) arithmetic type. Note that wxLongLong is a signed type, if you
29 wxLongLong except when explicitly mentioned otherwise.
32 found to exist, {\it wxLongLong\_t} macro will be defined to correspond to it.
50 \membersection{wxLongLong::wxLongLong}\label{wxlonglongwxlonglongdef}
52 \func{}{wxLongLong}{\void}
57 \membersection{wxLongLong::wxLongLong}\label{wxlonglongwxlonglongll}
59 \func{}{wxLongLong}{\param{wxLongLong\_t }{ll}}
64 \membersection{wxLongLong::wxLongLong}\label{wxlonglongwxlonglong}
66 \func{}{wxLongLong}{\param{long }{hi}, \param{unsigned long }{lo}}
69 wxLongLong.
72 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassign}
74 \func{wxLongLong\& operator}{operator=}{\param{wxLongLong\_t }{ll}}
79 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignull}
81 \func{wxLongLong\& operator}{operator=}{\param{wxULongLong\_t }{ll}}
88 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignlong}
90 \func{wxLongLong\& operator}{operator=}{\param{long }{l}}
96 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulong}
98 \func{wxLongLong\& operator}{operator=}{\param{unsigned long }{l}}
104 \membersection{wxLongLong::operator=}\label{wxlonglongoperatorassignulonglong}
106 \func{wxLongLong\& operator}{operator=}{\param{const wxULongLong \& }{ll}}
112 \membersection{wxLongLong::Abs}\label{wxlonglongabs}
114 \constfunc{wxLongLong}{Abs}{\void}
116 \func{wxLongLong\&}{Abs}{\void}
118 Returns an absolute value of wxLongLong - either making a copy (const version)
122 \membersection{wxLongLong::Assign}\label{wxlonglongassign}
124 \func{wxLongLong\&}{Assign}{\param{double }{d}}
126 This allows to convert a double value to wxLongLong type. Such conversion is
131 \membersection{wxLongLong::GetHi}\label{wxlonglonggethi}
138 \membersection{wxLongLong::GetLo}\label{wxlonglonggetlo}
145 \membersection{wxLongLong::GetValue}\label{wxlonglonggetvalue}
147 \constfunc{wxLongLong\_t}{GetValue}{\void}
152 \membersection{wxLongLong::ToDouble}\label{wxlonglonggetdouble}
159 \membersection{wxLongLong::ToLong}\label{wxlonglongtolong}
163 Truncate wxLongLong to long. If the conversion loses data (i.e. the wxLongLong
168 \membersection{wxLongLong::ToString}\label{wxlonglongtostring}
172 Returns the string representation of a wxLongLong.
175 \membersection{wxLongLong::operator$+$}\label{wxlonglongoperatorplus}
177 \constfunc{wxLongLong}{operator$+$}{\param{const wxLongLong\& }{ll}}
182 \membersection{wxLongLong::operator$+=$}\label{wxlonglongoperatorplusassign}
184 \func{wxLongLong\&}{operator+}{\param{const wxLongLong\& }{ll}}
186 Add another wxLongLong to this one.
189 \membersection{wxLongLong::operator$++$}\label{wxlonglongoperatorinc}
191 \func{wxLongLong\&}{operator$++$}{\void}
193 \func{wxLongLong\&}{operator$++$}{\param{int}{}}
198 \membersection{wxLongLong::operator$-$}\label{wxlonglongoperatorunaryminus}
200 \constfunc{wxLongLong}{operator$-$}{\void}
202 Returns the value of this wxLongLong with opposite sign. Not in wxULongLong.
205 \membersection{wxLongLong::operator$-$}\label{wxlonglongoperatorminus}
207 \constfunc{wxLongLong}{operator$-$}{\param{const wxLongLong\& }{ll}}
212 \membersection{wxLongLong::operator$-=$}\label{wxlonglongoperatorminusassign}
214 \func{wxLongLong\&}{operator-}{\param{const wxLongLong\& }{ll}}
216 Subtracts another wxLongLong from this one.
219 \membersection{wxLongLong::operator$--$}\label{wxlonglongoperatordec}
221 \func{wxLongLong\&}{operator$--$}{\void}
223 \func{wxLongLong\&}{operator$--$}{\param{int}{}}