clipp::group::depth_first_traverser::context Struct Reference

#include <clipp.h>

Collaboration diagram for clipp::group::depth_first_traverser::context:

Public Member Functions

 context ()=default
 
 context (const group &p)
 

Public Attributes

const groupparent = nullptr
 
const_iterator cur
 
const_iterator end
 

Detailed Description

Definition at line 2665 of file clipp.h.

Constructor & Destructor Documentation

◆ context() [1/2]

clipp::group::depth_first_traverser::context::context ( )
default

◆ context() [2/2]

clipp::group::depth_first_traverser::context::context ( const group p)
inline

Definition at line 2667 of file clipp.h.

Member Data Documentation

◆ cur

const_iterator clipp::group::depth_first_traverser::context::cur

Definition at line 2671 of file clipp.h.

◆ end

const_iterator clipp::group::depth_first_traverser::context::end

Definition at line 2672 of file clipp.h.

◆ parent

const group* clipp::group::depth_first_traverser::context::parent = nullptr

Definition at line 2670 of file clipp.h.


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