Skip to content

File ConfigParser.cpp

FileList > benchmark > ConfigParser.cpp

Go to the source code of this file

  • #include <nlohmann/json.hpp>
  • #include <fstream>
  • #include <stdexcept>
  • #include <string>
  • #include <vector>

Public Types

Type Name
typedef nlohmann::ordered_json json

Public Functions

Type Name
std::vector< char * > getConfigJSON (const std::string & filepath)

Public Types Documentation

typedef json

using json =  nlohmann::ordered_json;

Public Functions Documentation

function getConfigJSON

std::vector< char * > getConfigJSON (
    const std::string & filepath
) 


The documentation for this class was generated from the following file benchmark/ConfigParser.cpp