提交 ddbdf1b462eea91d96c7d461a96c959c8e5722bd

作者 LJH 李佳桓
1 个父辈 f2062b4a

add

  1 +/**************************************************************************
  2 +* file: dmpwmtsutils.h
  3 +
  4 +* Author: wanzhongping
  5 +* Date: 2021-05-31 11:25:16
  6 +* Email: zhongpingw@chinadci.com
  7 +* copyright: 广州城市信息研究所有限公司
  8 +***************************************************************************/
  9 +
  10 +#ifndef __dmpwmtsutils_h__
  11 +#define __dmpwmtsutils_h__
  12 +
  13 +#include <string>
  14 +
  15 +namespace DmpWmts
  16 +{
  17 + std::string IntToFormatStr(const int num);
  18 + std::string IntToHexStr(const int num);
  19 +}
  20 +
  21 +#endif //__dmpwmtsutils_h__
... ...
注册登录 后发表评论