|
libabigail
|
Abstraction of a tuple property. A tuple property is a property which value is a tuple_property_value. More...
#include <abg-ini.h>
Public Member Functions | |
| tuple_property () | |
| Default constructor of the tuple_property type. | |
| tuple_property (const string &name, const tuple_property_value_sptr v) | |
| Constructor of the tuple_property type. | |
| virtual | ~tuple_property () |
| Destructor for the tuple_property type. | |
| const tuple_property_value_sptr & | get_value () const |
| Getter for the tuple value of the property. | |
| void | set_value (const tuple_property_value_sptr value) |
| Setter for the tuple value of the property. | |
Public Member Functions inherited from property | |
| property () | |
| Constructor of property. | |
| property (const string &name) | |
| Constructor of property. | |
| virtual | ~property () |
| Destructor of the property. | |
| const string & | get_name () const |
| Getter of the name of the property. | |
| void | set_name (const string &name) |
| Setter of the name of the property. | |
Abstraction of a tuple property. A tuple property is a property which value is a tuple_property_value.
| tuple_property | ( | ) |
Default constructor of the tuple_property type.
Definition at line 715 of file abg-ini.cc.
| tuple_property | ( | const string & | name, |
| const tuple_property_value_sptr | value | ||
| ) |
Constructor of the tuple_property type.
| name | the name of the property. |
| values | the tuple value of the property. |
Definition at line 725 of file abg-ini.cc.
|
virtual |
Destructor for the tuple_property type.
Definition at line 746 of file abg-ini.cc.
| const tuple_property_value_sptr & get_value | ( | ) | const |
Getter for the tuple value of the property.
Definition at line 742 of file abg-ini.cc.
| void set_value | ( | const tuple_property_value_sptr | value | ) |
Setter for the tuple value of the property.
| values | the new tuple value of the property. |
Definition at line 735 of file abg-ini.cc.