|
Limbo 3.5.4
|
a custom point class More...
Public Types | |
| typedef int | value_type |
| coordinate type | |
| typedef uint64_t | value_type |
| coordinate type | |
Public Member Functions | |
| value_type const & | x () const |
| access x coordinate | |
| value_type const & | y () const |
| access y coordinate | |
| void | x (value_type v) |
| set x coordinate | |
| void | y (value_type v) |
| set y coordinate | |
| value_type const & | x () const |
| access x coordinate | |
| value_type const & | y () const |
| access y coordinate | |
| void | x (value_type v) |
| set x coordinate | |
| void | y (value_type v) |
| set y coordinate | |
Public Attributes | |
| value_type | m_x |
| x coordinate | |
| value_type | m_y |
| y coordinate | |
a custom point class
Definition at line 22 of file test_p2r.cpp.
| typedef int Point::value_type |
coordinate type
Definition at line 25 of file test_p2r.cpp.
| typedef uint64_t Point::value_type |
coordinate type
Definition at line 25 of file test_uint64.cpp.
|
inline |
|
inline |
|
inline |
set x coordinate
Definition at line 43 of file test_p2r.cpp.
|
inline |
set x coordinate
Definition at line 43 of file test_uint64.cpp.
|
inline |
|
inline |
|
inline |
set y coordinate
Definition at line 47 of file test_p2r.cpp.
|
inline |
set y coordinate
Definition at line 47 of file test_uint64.cpp.
| value_type Point::m_x |
x coordinate
Definition at line 27 of file test_p2r.cpp.
| value_type Point::m_y |
y coordinate
Definition at line 29 of file test_p2r.cpp.