|
Zero
0.1.0
|
Iterator over a list of latch_holder_t structures. More...
Public Member Functions | |
| iterator (latch_holder_t *cur) | |
| Construct an iterator starting with the given latch_holder_t. More... | |
| operator latch_holder_t * () const | |
| Get current. More... | |
| latch_holder_t * | operator-> () const |
| Get current. More... | |
| iterator & | operator++ () |
| Make iterator point to next. More... | |
| iterator | operator++ (int) |
| Make iterator point to next. More... | |
Public Attributes | |
| latch_holder_t * | _cur |
Iterator over a list of latch_holder_t structures.
|
inlineexplicit |
Construct an iterator starting with the given latch_holder_t.
|
inline |
Get current.
|
inline |
Make iterator point to next.
|
inline |
Make iterator point to next.
|
inline |
Get current.
| latch_holder_t* holder_list::iterator::_cur |
1.8.12