17 std::string m_fileName;
24 std::ifstream ifs ( m_fileName );
26 if ( ! ifs.is_open ( ) )
Definition: Environment.h:29
cli::CommandResult execute(const std::shared_ptr< cli::LineInterface > &lineInterface)
Definition: Environment.cpp:49
Definition: InterpretCommand.h:16
InterpretCommand(std::string libraryName)
Definition: InterpretCommand.h:20
CommandResult run(Environment &environment) const override
Definition: InterpretCommand.h:23
Definition: IstreamLineInterface.h:20
Basic exception from which all other exceptions are derived.
Definition: CommonException.h:21
CommandResult
Definition: CommandResult.h:10
Definition: FordFulkerson.hpp:16