Function amdinfer::util::readNthLine

Function Documentation

std::string amdinfer::util::readNthLine(const std::string &filename, int n)

This method will read the class file and returns class name.

Parameters
  • filename – The location of the file containing class names

  • n – Nth value from the class file

Returns

std::string: Name of the class