| SUNphi
    1.0
    | 
Define a serializable scalar. More...
Go to the source code of this file.
| Macros | |
| #define | SERIALIZABLE_SCALAR_WITH_TAG(TYPE, NAME, TAG, ...) Serializable<TYPE> NAME{TAG,__VA_ARGS__} | 
| Defines a serializable scalar with an explicit tag. | |
| #define | SERIALIZABLE_SCALAR(TYPE, NAME, ...) SERIALIZABLE_SCALAR_WITH_TAG(TYPE,NAME,#NAME,__VA_ARGS__) | 
| Defines a serializable scalar with the same tag of the variable name. | |
Define a serializable scalar.
Definition in file Scalar.hpp.