------------------------------ "write" access iterators */
| 271 | |
| 272 | /*------------------------------ "write" access iterators */ |
| 273 | __inline_call _write_it head ( |
| 274 | ) |
| 275 | {/*---- return iterator for list head */ |
| 276 | self_type *_obj = (self_type *)this; |
| 277 | return _write_it(this->_hptr, _obj); |
| 278 | } |
| 279 | |
| 280 | __inline_call _write_it tend ( |
| 281 | ) |
nothing calls this directly
no test coverage detected