Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Public Member Functions | Data Fields
automaton::run::Run::graphStructuredStack< SymbolType >::Element Struct Reference

#include <Run.h>

Public Member Functions

 Element (std::shared_ptr< Element > parent, SymbolType data)
 

Data Fields

std::shared_ptr< Elementm_parent
 
SymbolType m_data
 

Constructor & Destructor Documentation

◆ Element()

template<class SymbolType >
automaton::run::Run::graphStructuredStack< SymbolType >::Element::Element ( std::shared_ptr< Element parent,
SymbolType  data 
)
inline

Field Documentation

◆ m_data

template<class SymbolType >
SymbolType automaton::run::Run::graphStructuredStack< SymbolType >::Element::m_data

◆ m_parent

template<class SymbolType >
std::shared_ptr< Element > automaton::run::Run::graphStructuredStack< SymbolType >::Element::m_parent

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