![]() |
RCL - RoboCLuedo
v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1
|
| bool importDataFrom | ( | std::string | path, |
| std::vector< std::string > & | list | ||
| ) |
import entities from file
The function reads a text file line per line, and creates an item for each line. Extremely simple: there's no parsing inside.
| path | of the file to read |
| list | where to put the entities |
Definition at line 157 of file cluedo_oracle.cpp.
References LOGSQUARE, OUTERR, and OUTLOG.
Referenced by main().
Here is the caller graph for this function: