|
libabigail
|
The base class of the different kinds of properties of an INI file. More...
#include <abg-ini.h>
Public Member Functions | |
| property () | |
| Constructor of property. More... | |
| property (const string &name) | |
| Constructor of property. More... | |
| virtual | ~property () |
| Destructor of the property. More... | |
| const string & | get_name () const |
| Getter of the name of the property. More... | |
| void | set_name (const string &name) |
| Setter of the name of the property. More... | |
The base class of the different kinds of properties of an INI file.
| property | ( | ) |
Constructor of property.
Definition at line 211 of file abg-ini.cc.
| property | ( | const string & | name | ) |
Constructor of property.
| name | the name of the property. |
Definition at line 218 of file abg-ini.cc.
|
virtual |
Destructor of the property.
Definition at line 237 of file abg-ini.cc.
| const string & get_name | ( | ) | const |
Getter of the name of the property.
Definition at line 226 of file abg-ini.cc.
| void set_name | ( | const string & | name | ) |
Setter of the name of the property.
| name | the new name of the property. |
Definition at line 233 of file abg-ini.cc.