shape_doc 0.1
/Users/mourrain/Devel/mmx/shape/include/shape/shape.hpp File Reference

Go to the source code of this file.

Classes

Namespaces

Defines


Define Documentation

#define DECLARE_REF_OF (   V0,
  R1 
)    struct use<ref_def,V0 > {typedef R1 Ref; };

Definition at line 38 of file shape.hpp.

#define PROCESS_OF (   V)    process<V>

Definition at line 99 of file shape.hpp.

#define REF_OF (   N0)    typename use<ref_def,N0>::Ref

Definition at line 37 of file shape.hpp.

#define SELF   geometric<K>

Definition at line 15 of file shape.hpp.

#define SHAPE_OF (   V)    use<shape_def,V>::Shape

Definition at line 57 of file shape.hpp.

#define TMPL   template<class K>

Definition at line 14 of file shape.hpp.

#define TMPL_TYPE (   NAME,
 
)    typename NAME<X>::T

Definition at line 20 of file shape.hpp.

#define TYPE (   NAME,
 
)    NAME<X>::T

Definition at line 21 of file shape.hpp.

#define WITH (   N0,
  K1,
  N2 
)    typedef typename use<N0##_def,K1>::N2 N2

Definition at line 23 of file shape.hpp.