top | up | prev | next

ByFullName Struct

Definition at line 22 of SymbolCollector.hpp

Member Functions

bool operator()(Symbol* left, Symbol* right) const

Member Function Details

operator() Member Function

bool cmajor::symbols::ByFullName::operator()(Symbol * left, Symbol * right) const

Definition at line 80 of SymbolCollector.cpp :
 81 {
 82     return left->FullName() < right->FullName();
 83 }


Declaration at line 24 of SymbolCollector.hpp

Calls: cmajor::symbols::Symbol::FullName


top | up | prev | next