creaContours_lib
|
#include <KeyThing.h>
Public Member Functions | |
KeyThing (std::string thePrefix, int theValue) | |
~KeyThing () | |
void | setPrefix (std::string aPrefix) |
void | setValue (int aValue) |
std::string | getPrefix () |
int | getValue () |
Private Attributes | |
std::string | prefix |
int | value |
Definition at line 36 of file KeyThing.h.
KeyThing::KeyThing | ( | std::string | thePrefix, |
int | theValue | ||
) |
Definition at line 44 of file KeyThing.cxx.
References setPrefix(), and setValue().
KeyThing::~KeyThing | ( | ) |
Definition at line 53 of file KeyThing.cxx.
std::string KeyThing::getPrefix | ( | ) |
Definition at line 84 of file KeyThing.cxx.
References prefix.
Referenced by PrefixMaxKeyGenerator::generateKeyOf(), and PrefixMaxKeyGenerator::getPrefixOf().
int KeyThing::getValue | ( | ) |
Definition at line 93 of file KeyThing.cxx.
References value.
Referenced by PrefixMaxKeyGenerator::generateKeyOf(), and PrefixMaxKeyGenerator::getCurrentMaxOf().
void KeyThing::setPrefix | ( | std::string | aPrefix | ) |
Definition at line 66 of file KeyThing.cxx.
References prefix.
Referenced by KeyThing().
void KeyThing::setValue | ( | int | aValue | ) |
Definition at line 75 of file KeyThing.cxx.
References value.
Referenced by PrefixMaxKeyGenerator::generateKeyOf(), and KeyThing().
|
private |
Definition at line 97 of file KeyThing.h.
Referenced by getPrefix(), and setPrefix().
|
private |
Definition at line 102 of file KeyThing.h.
Referenced by getValue(), and setValue().