|
Hormiga 1.0
|
#include <capture_report.h>


Public Member Functions | |
| virtual CaptureType | getCaptureType () |
| ReportType | getReportType () |
| T_STRING | getLabel () |
| FunctionInstanceIterator * | getIterator () |
| CR_FunctionIterator (T_STRING label, FunctionInstance *fi) | |
| ~CR_FunctionIterator () | |
Protected Attributes | |
| FunctionInstance * | fi |
Definition at line 86 of file capture_report.h.
| CR_FunctionIterator::CR_FunctionIterator | ( | T_STRING | label, |
| FunctionInstance * | fi | ||
| ) |
Definition at line 85 of file capture_report.cpp.
| CR_FunctionIterator::~CR_FunctionIterator | ( | ) |
Definition at line 91 of file capture_report.cpp.
| virtual CaptureType CR_FunctionIterator::getCaptureType | ( | ) | [inline, virtual] |
Implements Capture.
Definition at line 89 of file capture_report.h.
| FunctionInstanceIterator* CR_FunctionIterator::getIterator | ( | ) | [inline] |
Definition at line 93 of file capture_report.h.


| T_STRING CR_FunctionIterator::getLabel | ( | ) | [inline] |
Reimplemented from Capture.
Definition at line 91 of file capture_report.h.


| ReportType CR_FunctionIterator::getReportType | ( | ) | [inline, virtual] |
Implements Report.
Definition at line 90 of file capture_report.h.
FunctionInstance* CR_FunctionIterator::fi [protected] |
Definition at line 97 of file capture_report.h.