$extrastylesheet
#include <mln/core/site_set/p_array.hh>
Public Member Functions | |
p_indexed_psite () | |
p_indexed_psite (const S &s, int i) | |
void | change_index (int i) |
void | change_target (const S &newtarget) |
void | dec_index () |
bool | has_target () const |
void | inc_index () |
const util::index & | index () const |
bool | is_valid () const |
operator int () const | |
operator unsigned () const | |
operator util::index () const | |
const element & | subj_ () |
const site & | to_site () const |
Public Types | |
typedef Pseudo_Site< void > | category |
typedef S::element | element |
typedef p_indexed_psite< S > | exact_t |
typedef mln::metal::unqualif < q_site_ >::ret | site |
typedef S | target |
typedef S | target_t |
Related Functions | |
(Note that these are not member functions.) | |
template<typename S > | |
int | index_of_in (const p_indexed_psite< S > &p, const S &s) |
template<typename S , typename A > | |
int | index_of_in (const p_indexed_psite< S > &p, const A &a) |
template<typename S , typename A > | |
int | index_of_in (const p_indexed_fwd_piter< S > &p, const A &arr) |
template<typename S , typename A > | |
int | index_of_in (const p_indexed_bkd_piter< S > &p, const A &arr) |
Definition at line 187 of file p_array.hh.
mln::p_indexed_psite< S >::p_indexed_psite | ( | ) |
mln::p_indexed_psite< S >::p_indexed_psite | ( | const S & | s, |
int | i | ||
) |
void mln::p_indexed_psite< S >::change_index | ( | int | i | ) |
void mln::p_indexed_psite< S >::change_target | ( | const S & | newtarget | ) |
void mln::p_indexed_psite< S >::dec_index | ( | ) |
|
inherited |
void mln::p_indexed_psite< S >::inc_index | ( | ) |
const util::index& mln::p_indexed_psite< S >::index | ( | ) | const |
bool mln::p_indexed_psite< S >::is_valid | ( | ) | const |
mln::p_indexed_psite< S >::operator int | ( | ) | const |
mln::p_indexed_psite< S >::operator unsigned | ( | ) | const |
mln::p_indexed_psite< S >::operator util::index | ( | ) | const |
const element& mln::p_indexed_psite< S >::subj_ | ( | ) |
INTERNAL_API As a Proxy:
|
inherited |
|
related |
|
related |
|
related |
|
related |
|
inherited |
Definition at line 69 of file pseudo_site.hh.
typedef S ::element mln::p_indexed_psite< S >::element |
Definition at line 192 of file p_array.hh.
|
inherited |
|
inherited |
Definition at line 59 of file pseudo_site_base.hh.
typedef S mln::p_indexed_psite< S >::target |
Definition at line 196 of file p_array.hh.
typedef S mln::p_indexed_psite< S >::target_t |
Definition at line 198 of file p_array.hh.