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.
Definition at line 37 of file mln/core/concept/doc/site_set.hh.
| 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.
| 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.
| typedef void mln::doc::Site_Set< E >::psite | 
PSite associated type.
Definition at line 45 of file mln/core/concept/doc/site_set.hh.
| typedef void mln::doc::Site_Set< E >::site | 
Site associated type.
Definition at line 41 of file mln/core/concept/doc/site_set.hh.
| 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. 
 1.7.1