DRAMA C++ Intro   Class Hierarchy   Alphabetical List of types   List of Classes   File List   Class Member Index   File Members Index   Related Pages  

GitTaskKnownList Class Reference

#include <gittask.h>

List of all members.


Detailed Description

A list of the currently known GIT tasks.

We have two lists, the Known tasks and the Active tasks. The former is only used to setup the later during initialisation/reset. These are very simple lists since that is all we require. No deletion is necessary as the objects we are listing contain all the necessay store. We use the "nextKnown" and "nextActive" fields.

Warning:
This is a very special purpose list which is integrated with the GitTask:: class. The only things of interest to do is to insert tasks and use the iterator.
The Known task list cannot be destroyed.

See also:
GitTaskKnownListIterator , GitTaskActiveList , GitTask


Static Public Methods

void Insert (GitTask *t)
 Put a task onto the known list.


Member Function Documentation

void GitTaskKnownList::Insert GitTask   t [static]
 

Put a task onto the known list.

This only does something if the task is not already on the list.

Parameters:
t  The task.


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

Click here for the DRAMA home page and here for the AAO home page.

For more information, contact tjf@aaoepp.aao.gov.au 

Generated on Tue Nov 3 09:09:56 2009 for AAO DRAMA C++ Interfaces by doxygen 1.2.18