0-31 の進行度を表現 More...
#include <progress32.h>
Public Member Functions | |
Progress32 (int value) | |
int | value () const |
bool | isValid () const |
Private Attributes | |
int | progress32 |
0-31 の進行度を表現
Definition at line 14 of file progress32.h.
osl::progress::Progress32::Progress32 | ( | int | value | ) | [inline, explicit] |
Definition at line 18 of file progress32.h.
References isValid().
bool osl::progress::Progress32::isValid | ( | ) | const [inline] |
int osl::progress::Progress32::value | ( | ) | const [inline] |
Definition at line 22 of file progress32.h.
References progress32.
Referenced by osl::progress::operator<(), and osl::progress::operator==().
int osl::progress::Progress32::progress32 [private] |
Definition at line 16 of file progress32.h.