![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
std::vector< std::string > ArmorCluedo::FilterVector | ( | std::vector< std::string > & | itemlist | ) |
filter all the strings inside the array
It simply extends the method ArmorCluedo::FilterValue to an array of strings to be filtered.
itemList | the array of strings to be filtered |
Definition at line 235 of file armor_cluedo.cpp.
References FilterValue().
Referenced by GetClassOfIndiv(), GetIndivOfClass(), and GetValuedOfIndiv().