Vcsn  2.8
Be Rational
vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile Struct Reference

#include <dijkstra.hh>

Collaboration diagram for vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile:

Public Member Functions

 profile (state_t state, const self_t &d)
 
bool operator< (const profile &rhs) const
 

Public Attributes

state_t state_
 
const self_tself_
 

Detailed Description

template<Automaton Aut, typename ValueSet, typename Mul>
struct vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile

Definition at line 53 of file dijkstra.hh.

Constructor & Destructor Documentation

◆ profile()

template<Automaton Aut, typename ValueSet, typename Mul>
vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile::profile ( state_t  state,
const self_t d 
)
inline

Definition at line 55 of file dijkstra.hh.

Member Function Documentation

◆ operator<()

Member Data Documentation

◆ self_

template<Automaton Aut, typename ValueSet, typename Mul>
const self_t& vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile::self_

◆ state_

template<Automaton Aut, typename ValueSet, typename Mul>
state_t vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile::state_

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