Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::empty_path_t Class Reference

Empty path with zero vertices and edges. More...

#include <empty_path.hpp>

Inheritance diagram for generator::empty_path_t:
generator::merge_path_t<>

Classes

class  edges_t
 
class  vertices_t
 

Public Member Functions

 empty_path_t ()
 
edges_t edges () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

Empty path with zero vertices and edges.

Definition at line 12 of file empty_path.hpp.

Constructor & Destructor Documentation

◆ empty_path_t()

empty_path_t::empty_path_t ( )

Definition at line 43 of file empty_path.cpp.

Member Function Documentation

◆ edges()

empty_path_t::edges_t empty_path_t::edges ( ) const
noexcept

Definition at line 47 of file empty_path.cpp.

◆ vertices()

empty_path_t::vertices_t empty_path_t::vertices ( ) const
noexcept

Definition at line 52 of file empty_path.cpp.


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