TTK
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ttk::FlatJaggedArray::Iterator Struct Reference

#include <FlatJaggedArray.h>

Public Member Functions

void operator++ ()
 
Slice operator* () const
 
bool operator!= (const Iterator &other) const
 

Public Attributes

size_t id
 
const FlatJaggedArrayparent
 

Detailed Description

Definition at line 93 of file FlatJaggedArray.h.

Member Function Documentation

◆ operator!=()

bool ttk::FlatJaggedArray::Iterator::operator!= ( const Iterator other) const
inline

Definition at line 102 of file FlatJaggedArray.h.

◆ operator*()

Slice ttk::FlatJaggedArray::Iterator::operator* ( ) const
inline

Definition at line 99 of file FlatJaggedArray.h.

◆ operator++()

void ttk::FlatJaggedArray::Iterator::operator++ ( )
inline

Definition at line 96 of file FlatJaggedArray.h.

Member Data Documentation

◆ id

size_t ttk::FlatJaggedArray::Iterator::id

Definition at line 94 of file FlatJaggedArray.h.

◆ parent

const FlatJaggedArray& ttk::FlatJaggedArray::Iterator::parent

Definition at line 95 of file FlatJaggedArray.h.


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