![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <a-star.hh>
Public Member Functions | |
| profile (state_t state, const self_t &a_star) | |
| bool | operator< (const profile &rhs) const | 
Public Attributes | |
| state_t | state_ | 
| const self_t & | a_star_ | 
Friends | |
| std::ostream & | operator<< (std::ostream &o, const profile &p) | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 52 of file a-star.hh.
References vcsn::detail::a_star_impl< Aut >::profile::state_.
      
  | 
  friend | 
| const self_t& vcsn::detail::a_star_impl< Aut >::profile::a_star_ | 
| state_t vcsn::detail::a_star_impl< Aut >::profile::state_ | 
Definition at line 75 of file a-star.hh.
Referenced by vcsn::detail::a_star_impl< Aut >::profile::operator<().