xxx_decoder.h 593 B

123456789101112131415161718192021
  1. // // ******************************************************************
  2. // // /\ /| @File XXXDecoder.h
  3. // // \ V/ @Brief
  4. // // | "") @Author lijinwen, ghz005@uni-trend.com.cn
  5. // // / | @Creation 2024-07-16
  6. // // / \\ @Modified 2024-07-16
  7. // // *(__\_\
  8. // // ******************************************************************
  9. #pragma once
  10. #include "../BaseHelper//common_helper.h"
  11. namespace Protocol
  12. {
  13. class XXXDecoder
  14. {
  15. public:
  16. private:
  17. bool* is_cancel_ptr_;
  18. };
  19. }