Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::repeat_path_t< path_t >::edges_t Class Reference

#include <repeat_path.hpp>

Public Member Functions

bool done () const noexcept
 
edge_t generate () const
 
void next () noexcept
 

Friends

class repeat_path_t
 

Detailed Description

template<typename path_t>
class generator::repeat_path_t< path_t >::edges_t

Definition at line 18 of file repeat_path.hpp.

Member Function Documentation

◆ done()

template<typename path_t >
bool generator::repeat_path_t< path_t >::edges_t::done ( ) const
inlinenoexcept

Definition at line 21 of file repeat_path.hpp.

◆ generate()

template<typename path_t >
edge_t generator::repeat_path_t< path_t >::edges_t::generate ( ) const
inline

Definition at line 26 of file repeat_path.hpp.

◆ next()

template<typename path_t >
void generator::repeat_path_t< path_t >::edges_t::next ( )
inlinenoexcept

Definition at line 33 of file repeat_path.hpp.

Friends And Related Symbol Documentation

◆ repeat_path_t

template<typename path_t >
friend class repeat_path_t
friend

Definition at line 62 of file repeat_path.hpp.


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