ReactOS 0.4.15-dev-7924-g5949c20
PointEx Struct Reference
Inheritance diagram for PointEx:
Collaboration diagram for PointEx:

Public Member Functions

 PointEx ()
 
 PointEx (const Point &)
 
 PointEx ()
 
 PointEx (const Point &)
 

Public Attributes

bool builtFromBase
 
- Public Attributes inherited from Point
INT X
 
INT Y
 
int x
 
int y
 

Detailed Description

Definition at line 236 of file deque_test.cpp.

Constructor & Destructor Documentation

◆ PointEx() [1/4]

PointEx::PointEx ( )
inline

Definition at line 237 of file deque_test.cpp.

237: builtFromBase(false) {}
bool builtFromBase
Definition: deque_test.cpp:240

◆ PointEx() [2/4]

PointEx::PointEx ( const Point )
inline

Definition at line 238 of file deque_test.cpp.

238: builtFromBase(true) {}

◆ PointEx() [3/4]

PointEx::PointEx ( )
inline

Definition at line 408 of file vector_test.cpp.

408: builtFromBase(false) {}

◆ PointEx() [4/4]

PointEx::PointEx ( const Point )
inline

Definition at line 409 of file vector_test.cpp.

409: builtFromBase(true) {}

Member Data Documentation

◆ builtFromBase

bool PointEx::builtFromBase

Definition at line 240 of file deque_test.cpp.


The documentation for this struct was generated from the following files: