#include <atltypes.h>
Definition at line 132 of file atltypes.h.
◆ CSize() [1/5]
CSize::CSize |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ CSize() [2/5]
CSize::CSize |
( |
int |
initCX, |
|
|
int |
initCY |
|
) |
| |
throw | ( | |
| ) | | |
|
inline |
◆ CSize() [3/5]
CSize::CSize |
( |
SIZE |
initSize | ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 146 of file atltypes.h.
147 {
148 *((
SIZE*)
this) = initSize;
149 }
◆ CSize() [4/5]
CSize::CSize |
( |
POINT |
initPt | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ CSize() [5/5]
CSize::CSize |
( |
DWORD |
dwSize | ) |
|
throw | ( | |
| ) | | |
|
inline |
Definition at line 156 of file atltypes.h.
157 {
160 }
PSDBQUERYRESULT_VISTA PVOID DWORD * dwSize
◆ operator!=()
BOOL CSize::operator!= |
( |
SIZE |
size | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator+() [1/3]
Definition at line 556 of file atltypes.h.
557{
561}
GLdouble GLdouble GLdouble r
◆ operator+() [2/3]
◆ operator+() [3/3]
CSize CSize::operator+ |
( |
SIZE |
size | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator+=()
void CSize::operator+= |
( |
SIZE |
size | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator-() [1/4]
CSize CSize::operator- |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator-() [2/4]
◆ operator-() [3/4]
◆ operator-() [4/4]
CSize CSize::operator- |
( |
SIZE |
size | ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ operator-=()
void CSize::operator-= |
( |
SIZE |
size | ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator==()
BOOL CSize::operator== |
( |
SIZE |
size | ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: