|
curl_stocks
|
Wraps reading and processing of stocks.config file. More...
#include <config.h>

Public Member Functions | |
| Config () | |
| Default constructor. | |
| Config (int s, int l) | |
| Constructor. | |
| int | get_start () |
| Get position of configuration item. | |
| int | get_length () |
| Get length of identifier. | |
| std::string | get_config () |
| Get configuration item stripped of identifier. | |
Static Public Member Functions | |
| static void | read (std::string const &config_file_name) |
| Read strings from stocks.config file. | |
| static auto | begin () |
| First configuration item. | |
| static auto | end () |
| Last configuration item. | |
Wraps reading and processing of stocks.config file.