Main Page | Class Hierarchy | Class List | File List | Class Members

AnnotationMatrix Class Reference

Purpose:
A glorified linked list of AnnotationItem objects
class acts as a wrapper container class. More...

#include <AnnotationMatrix.h>

List of all members.

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


Detailed Description

Purpose:
A glorified linked list of AnnotationItem objects
class acts as a wrapper container class.


The documentation for this class was generated from the following files: