Collaboration diagram for MFListOfCharts:
|
Classes | |
| class | MFListOFCharts |
| Like it says, a list of charts. A return type for the binary tree search operation. More... | |
Functions | |
| void | MFRefListOfCharts (MFListOfCharts list, MFErrorHandler e) |
| Adds a reference to the chart. | |
| void | MFFreeListOfCharts (MFListOfCharts list, MFErrorHandler e) |
| Frees a reference to the chart, and deletes the chart if there are no references left. | |
| MFListOfCharts | MFCreateListOfCharts (int n, int *chartNumbers, MFErrorHandler e) |
| Creates a list of charts from a list of chart numbers. | |
| int | MFNumberOfIntersectingCharts (MFListOfCharts list, MFErrorHandler e) |
| Returns the number of charts in the list. | |
| int | MFIntersectingChart (MFListOfCharts list, int i, MFErrorHandler e) |
| Returns the identifying number of the indicted chart in the list. | |
|
||||||||||||||||
|
Creates a list of charts from a list of chart numbers.
|
|
||||||||||||
|
Frees a reference to the chart, and deletes the chart if there are no references left.
|
|
||||||||||||||||
|
Returns the identifying number of the indicted chart in the list.
|
|
||||||||||||
|
Returns the number of charts in the list.
|
|
||||||||||||
|
Adds a reference to the chart.
|
1.4.6