The abstraction of the structured content of an .ini file. This roughly follows what is explained at http://en.wikipedia.org/wiki/INI_file.
More...
#include <abg-ini.h>
|
class | section |
| The abstraction of one section of the .ini config. More...
|
|
The abstraction of the structured content of an .ini file. This roughly follows what is explained at http://en.wikipedia.org/wiki/INI_file.
Definition at line 321 of file abg-ini.h.
◆ properties_type
◆ section_sptr
◆ sections_type
◆ config() [1/2]
◆ config() [2/2]
- Parameters
-
path | the path to the config file. |
sections | the sections of the config file. |
Definition at line 1651 of file abg-ini.cc.
◆ ~config()
◆ get_path()
const string & get_path |
( |
| ) |
const |
- Returns
- the path to the config file.
Definition at line 1665 of file abg-ini.cc.
◆ get_sections()
- Returns
- the sections of the config file.
Definition at line 1677 of file abg-ini.cc.
◆ set_path()
void set_path |
( |
const string & | path | ) |
|
Set the path to the config file.
- Parameters
-
the | new path to the config file. |
Definition at line 1672 of file abg-ini.cc.
◆ set_sections()
Set new sections to the ini config.
- Parameters
-
sections | the new sections to set. |
Definition at line 1684 of file abg-ini.cc.
The documentation for this class was generated from the following files:
- /home/dodji/git/libabigail/master/include/abg-ini.h
- /home/dodji/git/libabigail/master/src/abg-ini.cc