opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Friends | List of all members
osc::NodePath::Iterator Class Referencefinal

#include <node_path.h>

Public Types

using difference_type = ptrdiff_t
 
using value_type = std::string_view
 
using pointer = const std::string_view *
 
using reference = const std::string_view &
 
using iterator_category = std::forward_iterator_tag
 

Public Member Functions

reference operator* () const
 
pointer operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 

Friends

class NodePath
 
bool operator== (const Iterator &, const Iterator &)=default
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

◆ pointer

◆ reference

◆ value_type

Member Function Documentation

◆ operator*()

reference osc::NodePath::Iterator::operator* ( ) const
inline

◆ operator++() [1/2]

Iterator & osc::NodePath::Iterator::operator++ ( )
inline

◆ operator++() [2/2]

Iterator osc::NodePath::Iterator::operator++ ( int  )
inline

◆ operator->()

pointer osc::NodePath::Iterator::operator-> ( ) const
inline

Friends And Related Symbol Documentation

◆ NodePath

◆ operator==

bool operator== ( const Iterator ,
const Iterator  
)
friend

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