Public Member Functions | |
GISKey () | |
constructors | |
GISKey (std::string, int, int=0, int=0) | |
GISKey (const GISKey &k) | |
std::string | getKeyName () |
bool | operator== (const GISKey &k) const |
overloaded functions | |
bool | operator< (const GISKey &k) const |
Public Attributes | |
std::string | mapName |
The name of the map. | |
int | upperSeqNum |
the begin & end sequence number associated with the key | |
int | beginSeqNum |
int | endSeqNum |
Friends | |
std::ostream & | operator<< (std::ostream &, const GISKey &) |
code::GISKey::GISKey | ( | ) | [inline] |
constructors
code::GISKey::GISKey | ( | std::string | , | |
int | , | |||
int | = 0 , |
|||
int | = 0 | |||
) |
code::GISKey::GISKey | ( | const GISKey & | k | ) |
std::string code::GISKey::getKeyName | ( | ) |
bool code::GISKey::operator< | ( | const GISKey & | k | ) | const |
bool code::GISKey::operator== | ( | const GISKey & | k | ) | const |
overloaded functions
std::ostream& operator<< | ( | std::ostream & | , | |
const GISKey & | ||||
) | [friend] |
std::string code::GISKey::mapName |
The name of the map.
the begin & end sequence number associated with the key