code::GISKey Struct Reference

List of all members.

Detailed Description

Things that make a GIS object referable (linemap name+row name).


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 &)


Constructor & Destructor Documentation

code::GISKey::GISKey (  )  [inline]

constructors

code::GISKey::GISKey ( std::string  ,
int  ,
int  = 0,
int  = 0 
)

code::GISKey::GISKey ( const GISKey k  ) 


Member Function Documentation

std::string code::GISKey::getKeyName (  ) 

bool code::GISKey::operator< ( const GISKey k  )  const

bool code::GISKey::operator== ( const GISKey k  )  const

overloaded functions


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const GISKey  
) [friend]


Member Data Documentation

int code::GISKey::beginSeqNum

int code::GISKey::endSeqNum

std::string code::GISKey::mapName

The name of the map.

int code::GISKey::upperSeqNum

the begin & end sequence number associated with the key


Generated on Fri May 4 13:40:12 2012 for WDSS-IIw2 by  doxygen 1.4.7