libabigail
Public Member Functions | List of all members
property Class Reference

The base class of the different kinds of properties of an INI file. More...

#include <abg-ini.h>

Inheritance diagram for property:
[legend]

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...
 

Detailed Description

The base class of the different kinds of properties of an INI file.

Definition at line 40 of file abg-ini.h.

Constructor & Destructor Documentation

◆ property() [1/2]

property ( )

Constructor of property.

Definition at line 211 of file abg-ini.cc.

◆ property() [2/2]

property ( const string &  name)

Constructor of property.

Parameters
namethe name of the property.

Definition at line 218 of file abg-ini.cc.

◆ ~property()

~property ( )
virtual

Destructor of the property.

Definition at line 237 of file abg-ini.cc.

Member Function Documentation

◆ get_name()

const string & get_name ( ) const

Getter of the name of the property.

Returns
the name of the property.

Definition at line 226 of file abg-ini.cc.

◆ set_name()

void set_name ( const string &  name)

Setter of the name of the property.

Parameters
namethe new name of the property.

Definition at line 233 of file abg-ini.cc.


The documentation for this class was generated from the following files: