Definition at line 29 of file CharacterListMgnt.cpp. 00030 { 00031 // check if not empty 00032 if (!ciVector.empty() ){ 00033 // as long as the first object is finsihed 00034 // delete object 00035 while (ciVector[0]->get_finished() && (ciVector.size() > 2)){ 00036 ciVector.erase (ciVector.begin() ); 00037 } 00038 } 00039 } // shrinkCiVector
|
1.5.1