libabigail
|
This type abstracts the configuration information of the library. More...
#include <abg-config.h>
Public Member Functions | |
const std::string & | get_format_major_version_number () const |
const std::string & | get_format_minor_version_number () const |
const std::string & | get_tu_instr_archive_suffix () const |
const std::string & | get_tu_instr_suffix () const |
unsigned | get_xml_element_indent () const |
void | set_format_major_version_number (const std::string &v) |
void | set_format_minor_version_number (const std::string &v) |
void | set_tu_instr_archive_suffix (const std::string &) |
void | set_tu_instr_suffix (const std::string &) |
void | set_xml_element_indent (unsigned) |
This type abstracts the configuration information of the library.
Definition at line 17 of file abg-config.h.
config | ( | ) |
Definition at line 20 of file abg-config.cc.
const std::string & get_format_major_version_number | ( | ) | const |
Definition at line 38 of file abg-config.cc.
const std::string & get_format_minor_version_number | ( | ) | const |
Definition at line 30 of file abg-config.cc.
const std::string & get_tu_instr_archive_suffix | ( | ) | const |
Definition at line 62 of file abg-config.cc.
const std::string & get_tu_instr_suffix | ( | ) | const |
Definition at line 54 of file abg-config.cc.
unsigned get_xml_element_indent | ( | ) | const |
Definition at line 46 of file abg-config.cc.
void set_format_major_version_number | ( | const std::string & | v | ) |
Definition at line 42 of file abg-config.cc.
void set_format_minor_version_number | ( | const std::string & | v | ) |
Definition at line 34 of file abg-config.cc.
void set_tu_instr_archive_suffix | ( | const std::string & | s | ) |
Definition at line 66 of file abg-config.cc.
void set_tu_instr_suffix | ( | const std::string & | s | ) |
Definition at line 58 of file abg-config.cc.
void set_xml_element_indent | ( | unsigned | indent | ) |
Definition at line 50 of file abg-config.cc.