GTIRB
v2.2.0
GrammaTech Intermediate Representation for Binaries: C++ API
|
This is the complete list of members for gtirb::SectionObserver, including all inherited members.
addCodeBlocks(Section *S, Section::code_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
addDataBlocks(Section *S, Section::data_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
changeExtent(Section *S, std::function< void(Section *)> Callback)=0 | gtirb::SectionObserver | pure virtual |
moveCodeBlocks(Section *S, Section::code_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
moveDataBlocks(Section *S, Section::data_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
nameChange(Section *S, const std::string &OldName, const std::string &NewName)=0 | gtirb::SectionObserver | pure virtual |
removeCodeBlocks(Section *S, Section::code_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
removeDataBlocks(Section *S, Section::data_block_range Blocks)=0 | gtirb::SectionObserver | pure virtual |
~SectionObserver()=default | gtirb::SectionObserver | virtual |