Go to the documentation of this file. 47 #define __femCommon_H 1 49 #define DECLARE_TYPE( mydecl, mytype ) \ 50 typedef mydecl mytype; \ 51 typedef mytype * mytype ## Ptr; \ 52 typedef const mytype * mytype ## Cptr; \ 53 typedef mytype & mytype ## Ref; \ 54 typedef const mytype & mytype ## Cref; 64 #define DECLARE_CLASS( tag ) \ 66 typedef tag * tag ## Ptr; \ 67 typedef const tag * tag ## Cptr; \ 68 typedef tag & tag ## Ref; \ 69 typedef const tag & tag ## Cref;
This is the FreeFEM reference manual
Provided by The KFEM project