OpenASIP  2.0
Public Member Functions | List of all members
OperationDAGSelector::CaseInsensitiveCmp Struct Reference

#include <OperationDAGSelector.hh>

Collaboration diagram for OperationDAGSelector::CaseInsensitiveCmp:
Collaboration graph

Public Member Functions

bool operator() (const TCEString &s1, const TCEString &s2) const
 

Detailed Description

Definition at line 83 of file OperationDAGSelector.hh.

Member Function Documentation

◆ operator()()

bool OperationDAGSelector::CaseInsensitiveCmp::operator() ( const TCEString s1,
const TCEString s2 
) const
inline

Definition at line 84 of file OperationDAGSelector.hh.

84  {
85  return s1.ciEqual(s2);
86  }

References TCEString::ciEqual().

Here is the call graph for this function:

The documentation for this struct was generated from the following file:
TCEString::ciEqual
bool ciEqual(const TCEString &other) const
Definition: TCEString.cc:63