top
|
up
| prev |
next
BetterFunctionMatch Struct
Definition at line
408
of
FunctionSymbol.cpp
Constructors
BetterFunctionMatch
(
bool
subjectIsConst_)
Member Functions
bool
operator()
(
const
std::pair<
CallableSymbol
*,
FunctionMatch
>& left,
const
std::pair<
CallableSymbol
*,
FunctionMatch
>& right)
const
Member Variables
bool
subjectIsConst
Constructor Details
BetterFunctionMatch Constructor
sngcpp::symbols::BetterFunctionMatch::BetterFunctionMatch(
bool
subjectIsConst_)
Definition at line
410
of
FunctionSymbol.cpp
:
410
:
subjectIsConst
(
subjectIsConst_
)
411
{
412
}
Member Function Details
operator() Member Function
bool
sngcpp::symbols::BetterFunctionMatch::operator()(
const
std::pair<
CallableSymbol
*,
FunctionMatch
>& left,
const
std::pair<
CallableSymbol
*,
FunctionMatch
>& right)
const
Definition at line
413
of
FunctionSymbol.cpp
top
|
up
| prev |
next