|
Sierra Toolkit
Version of the Day
|
Class Throttle describes the cutoff limits for a message throttle. More...
#include <RuntimeMessage.hpp>
Public Member Functions | |
| Throttle (size_t cutoff, int group) | |
Public Attributes | |
| size_t | m_cutoff |
| Maximum number to display. | |
| int | m_group |
| Throttle group of message. | |
| size_t | m_count |
| Number which have been displayed. | |
Class Throttle describes the cutoff limits for a message throttle.
Definition at line 84 of file RuntimeMessage.hpp.
| stk_classic::Throttle::Throttle | ( | size_t | cutoff, |
| int | group | ||
| ) | [inline] |
Creates a new Throttle instance.
| cutoff | a size_t value to display before the message is no longer displayed. |
| group | an int value to identify the throttle group that this message belongs to. |
Definition at line 96 of file RuntimeMessage.hpp.