|
Limbo 3.5.4
|
a custom rectangle class More...
Public Types | |
| typedef int | value_type |
| coordinate type | |
| typedef uint64_t | value_type |
| coordinate type | |
Public Member Functions | |
| value_type const & | xl () const |
| access left coordinate | |
| value_type const & | yl () const |
| access bottom coordinate | |
| value_type const & | xh () const |
| access right coordinate | |
| value_type const & | yh () const |
| access top coordinate | |
| void | xl (value_type v) |
| set left coordinate | |
| void | yl (value_type v) |
| set bottom coordinate | |
| void | xh (value_type v) |
| set right coordinate | |
| void | yh (value_type v) |
| set top coordinate | |
| value_type const & | xl () const |
| access left coordinate | |
| value_type const & | yl () const |
| access bottom coordinate | |
| value_type const & | xh () const |
| access right coordinate | |
| value_type const & | yh () const |
| access top coordinate | |
| void | xl (value_type v) |
| set left coordinate | |
| void | yl (value_type v) |
| set bottom coordinate | |
| void | xh (value_type v) |
| set right coordinate | |
| void | yh (value_type v) |
| set top coordinate | |
Public Attributes | |
| value_type | m_xl |
| left | |
| value_type | m_yl |
| bottom | |
| value_type | m_xh |
| right | |
| value_type | m_yh |
| top | |
a custom rectangle class
Definition at line 110 of file test_p2r.cpp.
| typedef int Rectangle::value_type |
coordinate type
Definition at line 113 of file test_p2r.cpp.
| typedef uint64_t Rectangle::value_type |
coordinate type
Definition at line 113 of file test_uint64.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| value_type Rectangle::m_xh |
right
Definition at line 120 of file test_p2r.cpp.
| value_type Rectangle::m_xl |
left
Definition at line 116 of file test_p2r.cpp.
| value_type Rectangle::m_yh |
top
Definition at line 122 of file test_p2r.cpp.
| value_type Rectangle::m_yl |
bottom
Definition at line 118 of file test_p2r.cpp.