Documentation class for mln::Site_Set. More...
#include <site_set.hh>
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. |
Documentation class for mln::Site_Set.
typedef void mln::doc::Site_Set< E >::bkd_piter |
Backward Site_Iterator associated type.
typedef void mln::doc::Site_Set< E >::fwd_piter |
Forward Site_Iterator associated type.
typedef void mln::doc::Site_Set< E >::psite |
PSite associated type.
typedef void mln::doc::Site_Set< E >::site |
Site associated type.
bool mln::doc::Site_Set< E >::has | ( | const psite & | p | ) | const |
Test if p
belongs to this site set.
[in] | p | A psite. |
p
is an element of the site set.