
Definition at line 148 of file latch.cpp.
Public Member Functions | |
| iterator (latch_holder_t *cur) | |
| Construct an iterator starting with the given latch_holder_t.  | |
| operator latch_holder_t * () const | |
| Get current.  | |
| latch_holder_t * | operator-> () const | 
| Get current.  | |
| iterator & | operator++ () | 
| Make iterator point to next.  | |
| iterator | operator++ (int) | 
| Make iterator point to next.  | |
Public Attributes | |
| latch_holder_t * | _cur | 
 1.4.7