tool-type.h 454 B

123456789101112131415161718192021222324
  1. /*
  2. * 文件名: macro.h
  3. * 目标: 定义公共宏 和 公共头文件
  4. */
  5. #ifndef AFUN_TOOL_TYPE_H
  6. #define AFUN_TOOL_TYPE_H
  7. #include <iostream>
  8. #include <cinttypes>
  9. #include <cstdarg>
  10. #include "macro.h"
  11. #include "macro.h"
  12. #include "aFunbase.h"
  13. namespace aFuntool {
  14. AFUN_STATIC const char NUL = 0;
  15. typedef uint32_t FileLine; // 文件行号
  16. typedef std::string FilePath; // 文件路径
  17. }
  18. #include "mem.h"
  19. #endif //AFUN_TOOL_TYPE_H