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. More... | |
tuple_property (const string &name, const tuple_property_value_sptr v) | |
Constructor of the tuple_property type. More... | |
virtual | ~tuple_property () |
Destructor for the tuple_property type. More... | |
const tuple_property_value_sptr & | get_value () const |
Getter for the tuple value of the property. More... | |
void | set_value (const tuple_property_value_sptr value) |
Setter for the tuple value of the property. More... | |
![]() | |
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... | |
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.