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

Description

Functor for sorting by number of instructions in function.

Definition at line 157 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 *)
 

Member Function Documentation

◆ operator()()

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

Definition at line 158 of file AsmFunctionIndex.h.

◆ unique()

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

Definition at line 161 of file AsmFunctionIndex.h.


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