Public Types | Public Member Functions

mln::doc::Site_Set< E > Struct Template Reference

Documentation class for mln::Site_Set. More...

#include <site_set.hh>

Inheritance diagram for mln::doc::Site_Set< E >:
Inheritance graph

List of all members.

Public Types

typedef void bkd_piter
 Backward Site_Iterator associated type.
typedef void fwd_piter
 Forward Site_Iterator associated type.
typedef void psite
 PSite associated type.
typedef void site
 Site associated type.

Public Member Functions

bool has (const psite &p) const
 Test if p belongs to this site set.

Detailed Description

template<typename E>
struct mln::doc::Site_Set< E >

Documentation class for mln::Site_Set.

See also:
mln::Site_Set

Definition at line 37 of file mln/core/concept/doc/site_set.hh.


Member Typedef Documentation

template<typename E >
typedef void mln::doc::Site_Set< E >::bkd_piter

Backward Site_Iterator associated type.

Definition at line 53 of file mln/core/concept/doc/site_set.hh.

template<typename E >
typedef void mln::doc::Site_Set< E >::fwd_piter

Forward Site_Iterator associated type.

Definition at line 49 of file mln/core/concept/doc/site_set.hh.

template<typename E >
typedef void mln::doc::Site_Set< E >::psite

PSite associated type.

Definition at line 45 of file mln/core/concept/doc/site_set.hh.

template<typename E >
typedef void mln::doc::Site_Set< E >::site

Site associated type.

Definition at line 41 of file mln/core/concept/doc/site_set.hh.


Member Function Documentation

template<typename E >
bool mln::doc::Site_Set< E >::has ( const psite p  )  const

Test if p belongs to this site set.

Parameters:
[in] p A psite.
Returns:
True if p is an element of the site set.