RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ importDataFrom()

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.

Parameters
pathof the file to read
listwhere to put the entities
Returns
success or not

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: