FreeFem 3.5.x
|
Go to the source code of this file.
Macros | |
#define | DECLARE_TYPE(mydecl, mytype) |
#define | DECLARE_CLASS(tag) |
Declare class , class pointer , const pointer, class reference and const class reference types for classes. | |
describe femCommon.hpp here
#define DECLARE_CLASS | ( | tag | ) |
Declare class , class pointer , const pointer, class reference and const class reference types for classes.
For example DECLARE_CLASS( Exception );
tag | The class being declared |
#define DECLARE_TYPE | ( | mydecl, | |
mytype | |||
) |