libabigail
|
A property value which is a string. More...
#include <abg-ini.h>
Public Member Functions | |
string_property_value () | |
Constructor of the string_property_value type. | |
string_property_value (const string &value) | |
Constructor of the string_property_value. | |
virtual | ~string_property_value () |
Destructor for the string_property_value. | |
virtual const string & | as_string () const |
Convert the string property value into a string. | |
operator string () const | |
Conversion operator to a string, for the string_property_value type. | |
void | set_content (const string &) |
Setter of the content of the string property value. | |
Public Member Functions inherited from property_value | |
property_value () | |
Default constructor for the property_value type. | |
property_value (value_kind) | |
Constructor for the property_value type. | |
virtual | ~property_value () |
Destructor for the proprerty_value type. | |
value_kind | get_kind () const |
Getter for the kind of the property_value type. | |
operator const string & () const | |
Converts the current property value to a string. | |
Additional Inherited Members | |
Public Types inherited from property_value | |
enum | value_kind { ABSTRACT_PROPERTY_VALUE , STRING_PROPERTY_VALUE , LIST_PROPERTY_VALUE , TUPLE_PROPERTY_VALUE } |
Constructor of the string_property_value type.
Definition at line 301 of file abg-ini.cc.
string_property_value | ( | const string & | content | ) |
Constructor of the string_property_value.
content | the string content of the property value. |
Definition at line 309 of file abg-ini.cc.
|
virtual |
Destructor for the string_property_value.
Definition at line 354 of file abg-ini.cc.
|
virtual |
Convert the string property value into a string.
Implements property_value.
Definition at line 325 of file abg-ini.cc.
operator string | ( | ) | const |
Conversion operator to a string, for the string_property_value type.
Definition at line 332 of file abg-ini.cc.
void set_content | ( | const string & | c | ) |
Setter of the content of the string property value.
c | the new content. |
Definition at line 318 of file abg-ini.cc.