#include <AnnotationMatrix.h>
Public Types | |
|
typedef list< AnnotationItem * >::iterator | iterator |
|
typedef list< AnnotationItem * >::const_iterator | const_iterator |
Public Member Functions | |
| void | del () |
| void | insert (AnnotationItem *) |
| Precond: AnnotationItems are inserted in ascending order based on the 5 prime end | |
| iterator | begin () |
| iterator | end () |
| unsigned | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| bool | empty () const |
Protected Attributes | |
| list< AnnotationItem * > | _data |