|
tlds
Transactional Operations for Linked Data Structures
|
#include <worker.hpp>
Public Member Functions | |
| region_info (const int tid) | |
| ~region_info () | |
Public Attributes | |
| point ** | points |
| int * | counts |
| int | npts |
| point * | leftmost |
| point * | rightmost |
| simple_queue< edge * > * | tentative_edges |
Copyright (C) 2011 University of Rochester Department of Computer Science and Lehigh University Department of Computer Science and Engineering
License: Modified BSD Please see the file LICENSE.RSTM for licensing information
|
inline |
|
inline |
| int* region_info::counts |
| point* region_info::leftmost |
| int region_info::npts |
| point** region_info::points |
| point* region_info::rightmost |
| simple_queue<edge*>* region_info::tentative_edges |