cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::utils::ini_config_t Class Reference

#include <ini_config.hpp>

Public Member Functions

bool load (const std::filesystem::path &file_path)
 
bool has (const std::string &section, const std::string &key) const
 
std::string get_string (const std::string &section, const std::string &key, const std::string &default_value="") const
 

Member Function Documentation

◆ get_string()

std::string toolbox::utils::ini_config_t::get_string ( const std::string &  section,
const std::string &  key,
const std::string &  default_value = "" 
) const

◆ has()

bool toolbox::utils::ini_config_t::has ( const std::string &  section,
const std::string &  key 
) const

◆ load()

bool toolbox::utils::ini_config_t::load ( const std::filesystem::path &  file_path)

The documentation for this class was generated from the following file: