📄 acconfig.h
字号:
/** * Tech-X C++ configuration defines * */@TOP@/* Define if your c++ compiler can't overload const type conversions. */#undef HAVE_NO_CONST_TYPE_CONVERSION_OVERLOAD/* Define if your c++ compiler doesn't know mutable. */#undef HAVE_NO_MUTABLE/* Define if your c++ compiler has namespaces. */#undef HAVE_NAMESPACES/* Define if your c++ compiler does not have RTTI */#undef HAVE_NO_RTTI/* Define if your c++ compiler has complex in the namespace std */#undef HAVE_STD_COMPLEX/* Define if your c++ compiler has streams in the namespace std */#undef HAVE_STD_STREAMS/* Define if you use the <sstream> header file. */#undef HAVE_SSTREAM/* Define if you need the host type */#undef HOSTTYPE/* Define if your c++ compiler requires brackets in declarations of template friends. */#undef TEMPLATE_FRIENDS_NEED_BRACKETS/* Define if your c++ compiler can handle nontyped templated operators*/#undef HAVE_NONTYPE_TEMPLATE_OPERATORS/* Define if you have HDF5 */#undef HAVE_HDF5/* Define if you have installed an fft lib */#undef HAVE_FFT/* Define if you have the dfftw.h header file. */#undef HAVE_DFFTW/* Define if you have the sfftw.h header file. */#undef HAVE_SFFTW
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -