libabigail
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345678]
 Coptional< T >Simplified implementation of std::optional just enough to be used as a replacement for our purposes and when compiling with pre C++17
 Ccanvas
 Carray_diff::priv
 Cbase_diff::priv
 Cbase_diff_compA comparison function for instances of base_diff
 Cbase_spec_compA functor to compare instances of class_decl::base_spec
 Cchanged_enumerator_compA functor to compare two changed enumerators, based on their initial value
 Cclass_diff::privThe type of the private data (pimpl sub-object) of the class_diff type
 Cclass_or_union_diff::privThe type of private data of class_or_union_diff
 Ccorpus_diffAn abstraction of a diff between between two abi corpus
 Ccorpus_diff::diff_statsThis is a document class that aims to capture statistics about the changes carried by a corpus_diff type
 Ccorpus_diff::diff_stats::privThe type of the private data of corpus_diff::diff_stats
 Ccorpus_diff::priv
 Cdata_member_compA comparison functor to compare two data members based on their offset
 Cdata_member_diff_compA comparison functor to compare two instances of var_diff that represent changed data members based on the offset of the initial data members, or if equal, based on their qualified name. If equal again, then the offset and qualified name of the new data members are considered
 Cdecl_diff_base::priv
 CprivPrivate data for the diff type. The details of generic view of the diff node are expressed here
 Cdiff_compA comparison functor for instances of diff
 Cdiff_contextThe context of the diff. This type holds various bits of information that is going to be used throughout the diffing of two entities and the reporting that follows
 Cdiff_context::privThe private member (pimpl) for diff_context
 Cdiff_equalA comparison functor for using diff_sptr and diff* in a hash map or set
 Cdiff_hashA hashing functor for using diff_sptr and diff* in a hash map or set
 Cdiff_less_than_functorA functor to compare two instances of diff_sptr
 Cdiff_mapsThis type contains maps. Each map associates a type name to a diff of that type. Not all kinds of diffs are present; only those that carry leaf changes are, for now
 Cdiff_sptr_hasherHasher for diff_sptr
 Cdistinct_diff::privThe private data structure for distinct_diff
 Celf_symbol_compA functor to compare instances of elf_symbol base on their names
 Cenum_diff::priv
 Cenumerator_value_compA functor to compare two enumerators based on their value. This implements the "less than" operator
 Cfn_parm_diff::priv
 Cfn_parm_diff_compA comparison functor to compare two instances of fn_parm_diff based on their indexes
 Cfunction_comp"Less than" functor to compare instances of function_decl
 Cfunction_decl_diff::priv
 Cfunction_decl_diff_compA "Less Than" functor to compare instance of function_decl_diff
 Cfunction_type_diff::priv
 Cparm_compFunctor that compares two function parameters for the purpose of sorting them
 Cpointer_diff::privThe internal type for the impl idiom implementation of pointer_diff
 Cptr_to_mbr_diff::privThe private data of the ptr_to_mbr_diff type
 Cqualified_type_diff::priv
 Creference_diff::priv
 Creporter_baseThe base class of all the reporting classes
 Cscope_diff::priv
 Csubrange_diff::privThe internal type for the impl idiom implementation of subrange_diff
 Ctranslation_unit_diff::priv
 Ctype_diff_base::priv
 Ctypedef_diff::priv
 Ctypes_or_decls_equalAn equality functor for types_or_decls_type
 Ctypes_or_decls_hashA hashing functor for types_or_decls_type
 Cvar_compA functor to compare instances of var_decl base on their qualified names
 Cvar_diff::privThe internal type for the impl idiom implementation of var_diff
 Cvar_diff_sptr_compFunctor to sort instances of var_diff_sptr
 Cvirtual_member_function_diff_compA comparison functor for instances of function_decl_diff that represent changes between two virtual member functions
 CconfigThis type abstracts the configuration information of the library
 Cdeep_ptr_eq_functorAn equality functor to deeply compare pointers
 Cdefault_eq_functorThe default equality functor used by the core diffing algorithms
 CdeletionThe abstraction of the deletion of one element of a sequence A
 Cedit_scriptThe abstraction of an edit script for transforming a sequence A into a sequence B
 CinsertionThe abstration of an insertion of elements of a sequence B into a sequence A. This is used to represent the edit script for transforming a sequence A into a sequence B
 CpointA class representing a vertex in an edit graph, as explained in the paper. A vertex is a basically a pair of coordinates (abscissa and ordinate)
 CsnakeThe abstraction of the Snake concept, from the paper
 Cdot
 Cdwfl_deleterA functor used by dwfl_sptr
 Cfe_ifaceThe base class of all libabigail front-ends: The Front End Interface
 Cfe_iface::options_typeThe generic options that control the behaviour of all Front-End interfaces
 Chash_interned_stringA functor to hash instances of interned_string
 CconfigThe abstraction of the structured content of an .ini file. This roughly follows what is explained at http://en.wikipedia.org/wiki/INI_file
 Cconfig::sectionThe abstraction of one section of the .ini config
 Cfunction_call_exprThe abstraction of a function call expression
 CpropertyThe base class of the different kinds of properties of an INI file
 Cproperty_valueBase class of propertie values
 Cinterned_stringThe abstraction of an interned string
 Cinterned_string_poolThe interned string pool
 Carray_type_def::subrange_type::bound_valueThis class is to hold the value of the bound of a subrange. The value can be either signed or unsigned, at least when it comes from DWARF. The class keeps the sign information, but allows users to access the value as signed or unsigned as they see fit
 Ccanonical_type_hashFunctor to hash a canonical type by using its pointer value
 Cclass_decl::base_spec::hashThe hashing functor for class_decl::base_spec
 Cclass_decl::hashHasher for the class_decl type
 Cclass_or_union::hashHasher for the class_or_union type
 Cclass_or_union::priv
 Cclass_tdecl::hash
 Cclass_tdecl::shared_ptr_hash
 Ccontext_relThe abstraction of the relationship between an entity and its containing scope (its context). That relationship can carry properties like access rights (if the parent is a class_decl), etc
 CcorpusThis is the abstraction of a set of translation units (themselves seen as bundles of unitary abi artefacts like types and decls) bundled together as a corpus. A corpus is thus the Application binary interface of a program, a library or just a set of modules put together
 Ccorpus::exported_decls_builderAbstracts the building of the set of exported variables and functions
 Ccorpus::exported_decls_builder::privThe type of the private data of corpus::exported_decls_builder type
 Ccorpus::privThe private data of the corpus type
 Celf_symbolAbstraction of an elf symbol
 Celf_symbol::versionThe abstraction of the version of an ELF symbol
 Cenum_type_decl::enumeratorThe abstraction of an enumerator
 CenvironmentThis is an abstraction of the set of resources necessary to manage several aspects of the internal representations of the Abigail library
 Cenvironment::privThe private data of the environment type
 Cfunction_decl::hashA hashing functor fo instances and pointers of function_decl
 Cfunction_decl::parameter::hashA hashing functor for a function_decl::parameter
 Cfunction_decl::ptr_equalEquality functor for instances of function_decl
 Cfunction_tdecl::hash
 Cfunction_tdecl::shared_ptr_hash
 Cfunction_type::hashThe hashing functor for function_type
 Cfunction_type::privThe type of the private data of the function_type type
 Cintegral_typeThe internal representation of an integral type
 ClocationThe source location of a token
 Clocation_managerThe entry point to manage locations
 Cmember_baseThe base class for member types, data members and member functions. Its purpose is mainly to carry the access specifier (and possibly other properties that might be shared by all class members) for the member
 Cmember_base::hashThe hashing functor for member_base
 Cmember_class_template::hashThe hashing functor for member_class_template
 Cmember_function_template::hashThe hashing functor for member_function_template
 Cnode_visitor_baseThe base class for the visitor type hierarchy used for traversing a hierarchy of nodes
 Cnon_type_tparameter::hashHasher for the non_type_tparameter type
 Cscope_decl::hashHasher for the scope_decl type
 Cshared_translation_unit_compA comparison functor to compare translation units based on their absolute paths
 Ctemplate_decl::hash
 Ctemplate_parameterBase class for a template parameter. Client code should use the more specialized type_template_parameter, non_type_template_parameter and template_template_parameter below
 Ctranslation_unit::privPrivate type to hold private members of translation_unit
 Ctraversable_baseThe interface for types which are feeling social and want to be visited during the traversal of a hierarchy of nodes
 Ctype_base::dynamic_hash
 Ctype_base::hashHash functor for instances of type_base
 Ctype_base::privDefinition of the private data of type_base
 Ctype_base::shared_ptr_hash
 Ctype_composition::hashHasher for the type_composition type
 Ctype_mapsThis is a type that aggregates maps of all the kinds of types that are supported by libabigail
 Ctype_or_decl_base_compA comparison functor to compare pointer to instances of type_or_decl_base
 Ctype_or_decl_equalThe comparison functor for using instances of type_or_decl_base as values in a hash map or set
 Ctype_or_decl_hashThe hashing functor for using instances of type_or_decl_base as values in a hash map or set
 Ctype_ptr_equalA predicate for deep equality of instances of type_base*
 Ctype_shared_ptr_equalA predicate for deep equality of instances of shared_ptr<type_base>
 Cuint64_t_pair_hashThe hashing functor for a pair of uint64_t
 Cvar_decl::hashA hashing functor for instances and pointers of var_decl
 Cvar_decl::ptr_equalA comparison functor for pointers to var_decl
 Cnode_baseBase class for graph nodes
 CescapeA class to hold a reference to a string to regex escape
 Cregex_t_deleterA delete functor for a shared_ptr of regex_t
 Crow
 Cnoop_deleterA deleter for shared pointers that ... doesn't delete the object managed by the shared pointer
 CstyleDatum consolidating style preferences
 Cfunction_suppression::parameter_specAbstraction of the specification of a function parameter in a function suppression specification
 Cfunction_suppression::parameter_spec::priv
 Cfunction_suppression::privThe type of the private data of the function_suppression type
 Cnegated_suppression_baseThe base class of suppression specifications that are defined by the negation of matching clauses
 Csuppression_baseBase type of a direct suppression specifications types
 Csuppression_base::privThe private data of suppression_base
 Ctype_suppression::insertion_rangeThe abstraction of a range of offsets in which a member of a type might get inserted
 Ctype_suppression::insertion_range::boundaryThe abstraction of the boundary of an insertion_range, in the context of a type_suppression
 Ctype_suppression::privThe private data for type_suppression
 Cvariable_suppression::privThe type of the private data of the variable_suppression type
 Csvg
 Cfiltered_symtabHelper class to allow range-for loops on symtabs for C++11 and later code. It serves as a proxy for the symtab iterator and provides a begin() method without arguments, as required for range-for loops (and possibly other iterator based transformations)
 CsymtabSymtab is the actual data container of the symtab_reader implementation
 Csymtab_filterThe symtab filter is the object passed to the symtab object in order to iterate over the symbols in the symtab while applying filters
 CInOutSpecThis is an aggregate that specifies where a test shall get its input from, and where it shall write its output to
 CoptionsAn abstraction for valid test options
 Ctemp_fileA temporary file
 CtimerA type used to time various part of the libabigail system
 Ctypography
 CqueueThis represents a queue of tasks to be performed
 Cqueue::task_done_notifyThis functor is to notify listeners that a given task scheduled for execution has been fully executed
 CtaskThis represents a task to be performed
 CcharDeleterThis functor is used to instantiate a shared_ptr for xmlChar
 CtextReaderDeleterThis functor is used to instantiate a shared_ptr for the xmlTextReader
 Cbase_iterator
 Coptional< bool >
 Coptional< elf_symbols >
 Coptional< std::string >
 Coptional< string_elf_symbols_map_type >
 Coptional< uint32_t >
 Cvector