#include <Loader.h>
A Selector is used to decide whether a section should contribute to the mapping, and whether that contribution should be additive or subtractive. Any section that contributes to a mapping will be passed through the align_values() method, which has an opportunity to veto the section's contribution. The Selector virtual class will be subclassed for various kinds of selections.
Public Member Functions | |
| virtual | ~Selector () |
| virtual Contribution | contributes (SgAsmGenericSection *)=0 |
| virtual Loader::Selector::~Selector | ( | ) | [inline, virtual] |
| virtual Contribution Loader::Selector::contributes | ( | SgAsmGenericSection * | ) | [pure virtual] |
1.4.7