libabigail
|
#include <string>
Go to the source code of this file.
Classes | |
class | config |
This type abstracts the configuration information of the library. More... | |
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
Functions | |
void | abigail_get_abixml_version (std::string &major, std::string &minor) |
Return the version numbers for the ABIXML format. | |
void | abigail_get_library_version (std::string &major, std::string &minor, std::string &revision, std::string &suffix) |
Return the relevant version numbers of the library. | |