Public Types

mln::trait::site_set_< I > Struct Template Reference

The trait pack structure for properties of site sets. More...

#include <site_sets.hh>

Inheritance diagram for mln::trait::site_set_< I >:
Inheritance graph

List of all members.

Public Types

typedef undef arity
typedef undef bbox
typedef undef contents
typedef undef nsites

Detailed Description

template<typename I>
struct mln::trait::site_set_< I >

The trait pack structure for properties of site sets.

This structure is specialized for every concrete class of site set so that properties are properly defined.

See also:
mln::doc::Site_Set for the documentation of the "site set" concept.

Definition at line 82 of file site_sets.hh.


Member Typedef Documentation

template<typename I >
typedef undef mln::trait::undefined_site_set_< I >::arity [inherited]

Definition at line 69 of file site_sets.hh.

template<typename I >
typedef undef mln::trait::undefined_site_set_< I >::bbox [inherited]

Definition at line 67 of file site_sets.hh.

template<typename I >
typedef undef mln::trait::undefined_site_set_< I >::contents [inherited]

Definition at line 68 of file site_sets.hh.

template<typename I >
typedef undef mln::trait::undefined_site_set_< I >::nsites [inherited]

Definition at line 66 of file site_sets.hh.