|
tlds
Transactional Operations for Linked Data Structures
|
#include <point.hpp>
Public Member Functions | |
| size_t | hash () const |
| bool | operator== (const point &o) const |
| bool | operator!= (const point &rhs) const |
| TRANSACTION_SAFE bool | operator< (const point &o) const |
| point () | |
Public Attributes | |
| int | coord [2] |
| edge * | first_edge |
| long | x |
| long | y |
| long | z |
| long | value |
| momentum_t | momentum |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int point::coord[2] |
| edge* point::first_edge |
| momentum_t point::momentum |
| long point::value |
| long point::x |
| long point::y |
| long point::z |