LLDB mainline
lldb_private::LineTable::LessThanBinaryPredicate Class Reference

#include <LineTable.h>

Public Member Functions

 LessThanBinaryPredicate (LineTable *line_table)
bool operator() (const LineTable::Entry &, const LineTable::Entry &) const
bool operator() (const Sequence &, const Sequence &) const

Protected Attributes

LineTablem_line_table

Detailed Description

Definition at line 309 of file LineTable.h.

Constructor & Destructor Documentation

◆ LessThanBinaryPredicate()

lldb_private::LineTable::LessThanBinaryPredicate::LessThanBinaryPredicate ( LineTable * line_table)
inline

Definition at line 311 of file LineTable.h.

References lldb_private::LineTable::LineTable(), and m_line_table.

Member Function Documentation

◆ operator()() [1/2]

◆ operator()() [2/2]

bool LineTable::LessThanBinaryPredicate::operator() ( const Sequence & seq_a,
const Sequence & seq_b ) const

Definition at line 150 of file LineTable.cpp.

References lldb_private::LineTable::Sequence::m_entries.

Member Data Documentation

◆ m_line_table

LineTable* lldb_private::LineTable::LessThanBinaryPredicate::m_line_table
protected

Definition at line 316 of file LineTable.h.

Referenced by LessThanBinaryPredicate().


The documentation for this class was generated from the following files: