Public Types | Public Member Functions | Private Attributes

mln::p_double_psite< S, Sp > Class Template Reference

#include <p_double.hh>

Inheritance diagram for mln::p_double_psite< S, Sp >:
Inheritance graph

List of all members.

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 siteto_site () const

Private Attributes

unsigned i_
Sp::psite p_
const targets_

Detailed Description

template<typename S, typename Sp>
class mln::p_double_psite< S, Sp >

Definition at line 48 of file p_double.hh.


Member Typedef Documentation

typedef Pseudo_Site<void> mln::Pseudo_Site< p_double_psite< S, Sp > >::category [inherited]

Reimplemented from mln::Site_Proxy< p_double_psite< S, Sp > >.

Definition at line 66 of file pseudo_site.hh.

typedef p_double_psite< S, Sp > mln::Object< p_double_psite< S, Sp > >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef mln::metal::unqualif< q_site_ >::ret mln::internal::pseudo_site_base_< const Sp::psite & , p_double_psite< S, Sp > >::site [inherited]

Definition at line 57 of file pseudo_site_base.hh.

template<typename S , typename Sp >
typedef S mln::p_double_psite< S, Sp >::target

Definition at line 56 of file p_double.hh.


Constructor & Destructor Documentation

template<typename S , typename Sp >
mln::p_double_psite< S, Sp >::p_double_psite (  )  [inline]

Definition at line 138 of file p_double.hh.


Member Function Documentation

template<typename S , typename Sp >
void mln::p_double_psite< S, Sp >::change_i ( unsigned  i  )  [inline]

Definition at line 193 of file p_double.hh.

References mln::p_double_psite< S, Sp >::i_.

template<typename S , typename Sp >
void mln::p_double_psite< S, Sp >::change_p ( const typename Sp::psite &  p  )  [inline]

Definition at line 201 of file p_double.hh.

References mln::p_double_psite< S, Sp >::p_.

template<typename S , typename Sp >
void mln::p_double_psite< S, Sp >::change_target ( const S &  newtarget  )  [inline]

Definition at line 161 of file p_double.hh.

References mln::p_double_psite< S, Sp >::s_.

bool mln::Pseudo_Site< p_double_psite< S, Sp > >::has_target (  )  const [inherited]
template<typename S , typename Sp >
unsigned mln::p_double_psite< S, Sp >::index (  )  const [inline]
template<typename S , typename Sp >
bool mln::p_double_psite< S, Sp >::is_valid (  )  const [inline]
template<typename S , typename Sp >
const Sp::psite & mln::p_double_psite< S, Sp >::p (  )  const [inline]
template<typename S , typename Sp >
const Sp::psite & mln::p_double_psite< S, Sp >::subj_ (  )  [inline]

Definition at line 145 of file p_double.hh.

References mln::p_double_psite< S, Sp >::p_.

template<typename S , typename Sp >
const S * mln::p_double_psite< S, Sp >::target_ (  )  const [inline]

Definition at line 153 of file p_double.hh.

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]

Member Data Documentation

template<typename S , typename Sp >
unsigned mln::p_double_psite< S, Sp >::i_ [mutable, private]
template<typename S , typename Sp >
Sp ::psite mln::p_double_psite< S, Sp >::p_ [mutable, private]
template<typename S , typename Sp >
const target* mln::p_double_psite< S, Sp >::s_ [private]