Go to the documentation of this file.
18 #ifndef INCLUDED_UHD_UTILS_STATIC_HPP
19 #define INCLUDED_UHD_UTILS_STATIC_HPP
29 #define UHD_SINGLETON_FCN(_t, _x) static _t &_x(){static _t _x; return _x;}
36 #define UHD_STATIC_BLOCK(_x) \
38 static _uhd_static_fixture _x##_fixture(&_x, #_x); \