Ejemplo n.º 1
0
 /**
  * Create an id that is the concatination of two id's. 
  */
 ID operator+( const ID& rhs )const{ return ID( this->getid() + rhs.getid() ); }