ROSE
0.11.137.0
|
Compares number of bits in register descriptors.
This comparator is used to sort register descriptors in either ascending or descending order depending on the number of significant bits in the register. The default constructor uses a descending sort order.
For instance, to get a list of all descriptors sorted by descending number of significant bits, one could do:
Definition at line 378 of file RegisterDictionary.h.
#include <Rose/BinaryAnalysis/RegisterDictionary.h>
Public Types | |
enum | Direction { ASCENDING, DESCENDING } |
Public Member Functions | |
SortBySize (Direction d=DESCENDING) | |
bool | operator() (RegisterDescriptor a, RegisterDescriptor b) const |
Protected Attributes | |
Direction | direction |