#include <p_run.hh>
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 |
Public Member Functions | |
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 | |
p_run_psite () | |
p_run_psite (const p_run< P > &run, int i) | |
const p_run< P > & | run () const |
const P & | subj_ () |
const p_run< P > * | target_ () const |
const site & | to_site () const |
Private Types | |
typedef p_run_psite< P > | self |
typedef internal::pseudo_site_base_ < const P &, self > | super |
Private Attributes | |
int | i_ |
P | p_ |
const p_run< P > * | run_ |
typedef Pseudo_Site<void> mln::Pseudo_Site< p_run_psite< P > >::category [inherited] |
Reimplemented from mln::Site_Proxy< p_run_psite< P > >.
typedef p_run_psite< P > mln::Object< p_run_psite< P > >::exact_t [inherited] |
typedef p_run_psite<P> mln::p_run_psite< P >::self [private] |
typedef mln::metal::unqualif< q_site_ >::ret mln::internal::pseudo_site_base_< const P & , p_run_psite< P > >::site [inherited] |
typedef internal::pseudo_site_base_<const P&, self> mln::p_run_psite< P >::super [private] |
typedef p_run<P> mln::p_run_psite< P >::target |
mln::p_run_psite< P >::p_run_psite | ( | ) | [inline] |
mln::p_run_psite< P >::p_run_psite | ( | const p_run< P > & | run, | |
int | i | |||
) | [inline] |
References mln::p_run_psite< P >::i_, mln::p_run_psite< P >::p_, and mln::p_run< P >::start().
void mln::p_run_psite< P >::change_index | ( | int | i | ) | [inline] |
References mln::p_run_psite< P >::i_, and mln::p_run_psite< P >::p_.
void mln::p_run_psite< P >::change_target | ( | const p_run< P > & | new_target | ) | [inline] |
References mln::p_run_psite< P >::i_, mln::p_run_psite< P >::p_, and mln::p_run_psite< P >::run_.
void mln::p_run_psite< P >::dec_index | ( | ) | [inline] |
References mln::p_run_psite< P >::i_, and mln::p_run_psite< P >::p_.
bool mln::Pseudo_Site< p_run_psite< P > >::has_target | ( | ) | const [inherited] |
void mln::p_run_psite< P >::inc_index | ( | ) | [inline] |
References mln::p_run_psite< P >::i_, and mln::p_run_psite< P >::p_.
int mln::p_run_psite< P >::index | ( | ) | const [inline] |
References mln::p_run_psite< P >::i_.
Referenced by mln::p_run< P >::has().
bool mln::p_run_psite< P >::is_valid | ( | ) | const [inline] |
References mln::p_run_psite< P >::i_, and mln::p_run_psite< P >::run_.
mln::p_run_psite< P >::operator util::index | ( | ) | const [inline] |
References mln::p_run_psite< P >::i_.
const p_run< P > & mln::p_run_psite< P >::run | ( | ) | const [inline] |
References mln::p_run_psite< P >::run_.
const P & mln::p_run_psite< P >::subj_ | ( | ) | [inline] |
References mln::p_run_psite< P >::p_.
const p_run< P > * mln::p_run_psite< P >::target_ | ( | ) | const [inline] |
References mln::p_run_psite< P >::run_.
Referenced by mln::p_run< P >::has().
const site& mln::internal::pseudo_site_base_< const P & , p_run_psite< P > >::to_site | ( | ) | const [inherited] |
int mln::p_run_psite< P >::i_ [private] |
Referenced by mln::p_run_psite< P >::change_index(), mln::p_run_psite< P >::change_target(), mln::p_run_psite< P >::dec_index(), mln::p_run_psite< P >::inc_index(), mln::p_run_psite< P >::index(), mln::p_run_psite< P >::is_valid(), mln::p_run_psite< P >::operator util::index(), and mln::p_run_psite< P >::p_run_psite().
P mln::p_run_psite< P >::p_ [mutable, private] |
const p_run<P>* mln::p_run_psite< P >::run_ [private] |