Expression Templates Library (ETL)
Macros
inline.hpp File Reference

Inlining macros. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ETL_INLINE_ATTR_VEC   __attribute__((__always_inline__, __artificial__))
 
#define ETL_INLINE(RRRR)   inline RRRR __attribute__((__always_inline__, __gnu_inline__, __artificial__))
 
#define ETL_STRONG_INLINE(RRRR)   inline RRRR __attribute__((__always_inline__, __gnu_inline__))
 
#define ETL_STATIC_INLINE(RRRR)   static ETL_INLINE(RRRR)
 
#define ETL_TMP_INLINE(RRRR)   static inline RRRR __attribute__((__always_inline__, __artificial__))
 
#define ETL_OUT_INLINE(RRRR)   inline RRRR __attribute__((__always_inline__, __artificial__))
 

Detailed Description

Inlining macros.