- Member claw::ai::game::alpha_beta< State >::calcul (int depth, const state ¤t_state, bool computer_turn, score alpha, score beta) const
- Voir si un coup est gagnant, les suivants du même niveau ne sont pas testés.
- Member claw::ai::game::min_max< State >::operator() (int depth, const state ¤t_state, bool computer_turn) const
- Voir si un coup est gagnant, les suivants du même niveau ne sont pas testés.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::alphabet (result_edge_list &v) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::edges (const state_type &s1, const state_type &s2, result_edge_list &l) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::edges (const state_type &s1, const edge_type &edge, result_edge_list &l) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::final_states (result_state_list &v) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::initial_states (result_state_list &v) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::reachables (const state_type &s, const edge_type &e, result_state_list &l) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::reachables (const state_type &s, result_state_list &l) const
- Remove this method and add iterator types.
- Member claw::automaton< State, Edge, StateComp, EdgeComp >::states (result_state_list &v) const
- Remove this method and add iterator types.
- Class claw::graphic::targa::file_structure::extension
- Describe this the day it seems useful.