ROSE 0.11.145.141
Public Member Functions | List of all members
Rose::BinaryAnalysis::AsmFunctionIndex::SortByBytesSize Struct Reference

Description

Functor for sorting by number of bytes in function.

Bytes are counted only once no matter in how many overlapping instructions and/or data blocks they appear.

Definition at line 169 of file AsmFunctionIndex.h.

#include <Rose/BinaryAnalysis/AsmFunctionIndex.h>

Public Member Functions

bool operator() (SgAsmFunction *a, SgAsmFunction *b)
 
bool unique (SgAsmFunction *a, SgAsmFunction *b)
 
size_t val (SgAsmFunction *x)
 

Member Function Documentation

◆ operator()()

bool Rose::BinaryAnalysis::AsmFunctionIndex::SortByBytesSize::operator() ( SgAsmFunction a,
SgAsmFunction b 
)
inline

Definition at line 170 of file AsmFunctionIndex.h.

◆ unique()

bool Rose::BinaryAnalysis::AsmFunctionIndex::SortByBytesSize::unique ( SgAsmFunction a,
SgAsmFunction b 
)
inline

Definition at line 173 of file AsmFunctionIndex.h.

◆ val()

size_t Rose::BinaryAnalysis::AsmFunctionIndex::SortByBytesSize::val ( SgAsmFunction x)
inline

Definition at line 176 of file AsmFunctionIndex.h.


The documentation for this struct was generated from the following file: