#include <p_double.hh>
Public Types | |
typedef Pseudo_Site< void > | category |
typedef p_double_psite< S, Sp > | exact_t |
typedef mln::metal::unqualif < q_site_ >::ret | site |
typedef S | target |
Public Member Functions | |
void | change_i (unsigned i) |
void | change_p (const typename Sp::psite &p) |
void | change_target (const S &newtarget) |
bool | has_target () const |
unsigned | index () const |
bool | is_valid () const |
const Sp::psite & | p () const |
p_double_psite () | |
const Sp::psite & | subj_ () |
const S * | target_ () const |
const site & | to_site () const |
Private Attributes | |
unsigned | i_ |
Sp::psite | p_ |
const target * | s_ |
typedef Pseudo_Site<void> mln::Pseudo_Site< p_double_psite< S, Sp > >::category [inherited] |
Reimplemented from mln::Site_Proxy< p_double_psite< S, Sp > >.
typedef p_double_psite< S, Sp > mln::Object< p_double_psite< S, Sp > >::exact_t [inherited] |
typedef mln::metal::unqualif< q_site_ >::ret mln::internal::pseudo_site_base_< const Sp::psite & , p_double_psite< S, Sp > >::site [inherited] |
typedef S mln::p_double_psite< S, Sp >::target |
mln::p_double_psite< S, Sp >::p_double_psite | ( | ) | [inline] |
void mln::p_double_psite< S, Sp >::change_i | ( | unsigned | i | ) | [inline] |
References mln::p_double_psite< S, Sp >::i_.
void mln::p_double_psite< S, Sp >::change_p | ( | const typename Sp::psite & | p | ) | [inline] |
References mln::p_double_psite< S, Sp >::p_.
void mln::p_double_psite< S, Sp >::change_target | ( | const S & | newtarget | ) | [inline] |
References mln::p_double_psite< S, Sp >::s_.
bool mln::Pseudo_Site< p_double_psite< S, Sp > >::has_target | ( | ) | const [inherited] |
unsigned mln::p_double_psite< S, Sp >::index | ( | ) | const [inline] |
References mln::p_double_psite< S, Sp >::i_.
Referenced by mln::p_set_of< S >::has(), and mln::p_mutable_array_of< S >::has().
bool mln::p_double_psite< S, Sp >::is_valid | ( | ) | const [inline] |
References mln::p_double_psite< S, Sp >::p_, and mln::p_double_psite< S, Sp >::s_.
const Sp::psite & mln::p_double_psite< S, Sp >::p | ( | ) | const [inline] |
References mln::p_double_psite< S, Sp >::p_.
Referenced by mln::p_set_of< S >::has(), and mln::p_mutable_array_of< S >::has().
const Sp::psite & mln::p_double_psite< S, Sp >::subj_ | ( | ) | [inline] |
References mln::p_double_psite< S, Sp >::p_.
const S * mln::p_double_psite< S, Sp >::target_ | ( | ) | const [inline] |
References mln::p_double_psite< S, Sp >::s_.
const site& mln::internal::pseudo_site_base_< const Sp::psite & , p_double_psite< S, Sp > >::to_site | ( | ) | const [inherited] |
unsigned mln::p_double_psite< S, Sp >::i_ [mutable, private] |
Referenced by mln::p_double_psite< S, Sp >::change_i(), and mln::p_double_psite< S, Sp >::index().
Sp ::psite mln::p_double_psite< S, Sp >::p_ [mutable, private] |
const target* mln::p_double_psite< S, Sp >::s_ [private] |