GTIRB  v2.1.0
GrammaTech Intermediate Representation for Binaries: C++ API
Public Types | Public Member Functions | Static Public Member Functions | List of all members
gtirb::ByteInterval::SymbolicExpressionElementBase< ByteIntervalType >::AddressLess Class Reference

A comparison function object to order symbolic expression elements by the address in which they occur. More...

#include <ByteInterval.hpp>

Public Types

using key_type = std::optional< Addr >
 

Public Member Functions

bool operator() (const SymbolicExpressionElementBase< ByteIntervalType > &SEE1, const SymbolicExpressionElementBase< ByteIntervalType > &SEE2) const
 

Static Public Member Functions

static key_type key (const SymbolicExpressionElementBase< ByteIntervalType > &SEE)
 

Detailed Description

template<typename ByteIntervalType>
class gtirb::ByteInterval::SymbolicExpressionElementBase< ByteIntervalType >::AddressLess

A comparison function object to order symbolic expression elements by the address in which they occur.

Member Typedef Documentation

◆ key_type

template<typename ByteIntervalType >
using gtirb::ByteInterval::SymbolicExpressionElementBase< ByteIntervalType >::AddressLess::key_type = std::optional<Addr>

Member Function Documentation

◆ key()

template<typename ByteIntervalType >
static key_type gtirb::ByteInterval::SymbolicExpressionElementBase< ByteIntervalType >::AddressLess::key ( const SymbolicExpressionElementBase< ByteIntervalType > &  SEE)
inlinestatic

◆ operator()()

template<typename ByteIntervalType >
bool gtirb::ByteInterval::SymbolicExpressionElementBase< ByteIntervalType >::AddressLess::operator() ( const SymbolicExpressionElementBase< ByteIntervalType > &  SEE1,
const SymbolicExpressionElementBase< ByteIntervalType > &  SEE2 
) const
inline

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