template <class Elf, ElfDynTag... Tag>
class DynamicTagCountObserver
Defined at line 695 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h
This provides a trivial observer that simply counts how many occurrences of
any of the given tags appear.
Public Methods
void DynamicTagCountObserver<Elf, Tag...> (size_t & count)
Defined at line 698 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h
void DynamicTagCountObserver<Elf, Tag...> (size_t & count)
Defined at line 698 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h
void DynamicTagCountObserver<Elf, Tag...> (size_t & count)
Defined at line 698 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h
template <class DiagnosticsType, class Memory, ElfDynTag Match>
bool Observe (DiagnosticsType & , Memory & , DynamicTagMatch<Match> , typename Elf::size_type val)
Defined at line 701 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h
template <class DiagnosticsType, class Memory>
bool Finish (DiagnosticsType & , Memory & )
Defined at line 709 of file ../../src/lib/elfldltl/include/lib/elfldltl/dynamic.h