top
|
up
|
prev
|
next
ByName Struct
Definition at line
16
of
ContainerSymbol.hpp
Member Functions
bool
operator()
(
Symbol
* left,
Symbol
* right)
const
Member Function Details
operator() Member Function
bool
sngcpp::symbols::ByName::operator()(
Symbol
* left,
Symbol
* right)
const
Definition at line
18
of
ContainerSymbol.hpp
:
19
{
20
return
left
->
NameBefore
(
right
)
;
21
}
Calls:
sngcpp::symbols::Symbol::NameBefore
top
|
up
|
prev
|
next