$extrastylesheet
#include <mln/core/site_set/p_run.hh>
Public Member Functions | |
| p_run_psite () | |
| p_run_psite (const p_run< P > &run, int i) | |
| void | change_index (int i) |
| void | change_target (const p_run< P > &new_target) |
| void | dec_index () |
| bool | has_target () const |
| void | inc_index () |
| int | index () const |
| bool | is_valid () const |
| operator util::index () const | |
| const p_run< P > & | run () const |
| const P & | subj_ () |
| const site & | to_site () const |
Public Types | |
| typedef Pseudo_Site< void > | category |
| typedef p_run_psite< P > | exact_t |
| typedef mln::metal::unqualif < q_site_ >::ret | site |
| typedef p_run< P > | target |
| mln::p_run_psite< P >::p_run_psite | ( | ) |
| mln::p_run_psite< P >::p_run_psite | ( | const p_run< P > & | run, |
| int | i | ||
| ) |
| void mln::p_run_psite< P >::change_index | ( | int | i | ) |
| void mln::p_run_psite< P >::change_target | ( | const p_run< P > & | new_target | ) |
| void mln::p_run_psite< P >::dec_index | ( | ) |
|
inherited |
| void mln::p_run_psite< P >::inc_index | ( | ) |
| int mln::p_run_psite< P >::index | ( | ) | const |
| bool mln::p_run_psite< P >::is_valid | ( | ) | const |
| mln::p_run_psite< P >::operator util::index | ( | ) | const |
| const p_run<P>& mln::p_run_psite< P >::run | ( | ) | const |
| const P& mln::p_run_psite< P >::subj_ | ( | ) |
|
inherited |
|
inherited |
Definition at line 69 of file pseudo_site.hh.
|
inherited |
|
inherited |
Definition at line 59 of file pseudo_site_base.hh.
| typedef p_run<P> mln::p_run_psite< P >::target |