IDA C++ SDK 9.2
Loading...
Searching...
No Matches
edge_segment_t Struct Reference

Sub-segment of a graph edge. More...

#include <graph.hpp>

Public Member Functions

size_t idaapi length () const
bool idaapi toright () const
bool idaapi operator< (const edge_segment_t &r) const

Public Attributes

edge_t e
int nseg
int x0
int x1

Detailed Description

Sub-segment of a graph edge.

Member Function Documentation

◆ length()

size_t idaapi edge_segment_t::length ( ) const
inline

◆ toright()

bool idaapi edge_segment_t::toright ( ) const
inline

◆ operator<()

bool idaapi edge_segment_t::operator< ( const edge_segment_t & r) const
inline

Member Data Documentation

◆ e

edge_t edge_segment_t::e

◆ nseg

int edge_segment_t::nseg

◆ x0

int edge_segment_t::x0

◆ x1

int edge_segment_t::x1

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