std::string CharacterListMgnt::getLastHex (  ) 

Definition at line 186 of file CharacterListMgnt.cpp.

00187 {
00188         if (!ciVector.empty() ){ 
00189                 return ciVector.back()->get_u_int_96();
00190         }
00191         else{
00192                 return "Vector is empty";
00193         }
00194         
00195 }


Generated on Wed Jun 25 14:47:07 2008 for keyvil by  doxygen 1.5.1