#include <interfaces.h>
Public Member Functions | |
bool | comparePriority (double first, double second) |
double | getPriority () |
void | setPriority (double value) |
Protected Attributes | |
double | _priority |
Definition at line 98 of file interfaces.h.
bool CPriorityInterface::comparePriority | ( | double | first, |
double | second | ||
) | [inline] |
Definition at line 106 of file interfaces.h.
double CPriorityInterface::getPriority | ( | ) | [inline] |
Definition at line 104 of file interfaces.h.
void CPriorityInterface::setPriority | ( | double | value | ) | [inline] |
Definition at line 103 of file interfaces.h.
double CPriorityInterface::_priority [protected] |
Definition at line 101 of file interfaces.h.