Vcsn  2.2
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 54 of file dijkstra.hh.

Constructor & Destructor Documentation

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 56 of file dijkstra.hh.

Member Function Documentation

Member Data Documentation

template<Automaton Aut, typename ValueSet, typename Mul>
const self_t& vcsn::detail::dijkstra_impl< Aut, ValueSet, Mul >::profile::self_
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: