#include <comparerawcode.hh>
Definition at line 32 of file comparerawcode.hh.
Public Member Functions | |
bool | hasCompare () const |
Checks if this CompareRawCode uses a compare value. | |
int | getCompare () const |
Gets the compare value of this CompareRawCode. | |
void | setCompare (int compare) |
Sets the compare value of this CompareRawCode. | |
Protected Attributes | |
int | compare |
bool ggencoder::CompareRawCode::hasCompare | ( | ) | const [inline] |
Checks if this CompareRawCode uses a compare value.
Definition at line 59 of file comparerawcode.hh.
int ggencoder::CompareRawCode::getCompare | ( | ) | const [inline] |
Gets the compare value of this CompareRawCode.
Definition at line 61 of file comparerawcode.hh.
void ggencoder::CompareRawCode::setCompare | ( | int | compare | ) | [inline] |
Sets the compare value of this CompareRawCode.
compare | The new compare value. |
Definition at line 63 of file comparerawcode.hh.
int ggencoder::CompareRawCode::compare [protected] |
Definition at line 34 of file comparerawcode.hh.