| 123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef HW_H_
- #define HW_H_
- /**
- * @copyright 2018 HeWei, all rights reserved.
- */
- // platform
- #include "hplatform.h"
- #include "hversion.h"
- #include "hdef.h"
- #include "herr.h"
- #include "hlog.h"
- #include "htime.h"
- #include "hstring.h"
- #include "hbuf.h"
- #include "hfile.h"
- #include "hbytearray.h"
- #include "hscope.h"
- #include "hmutex.h"
- #include "hthread.h"
- #include "hthreadpool.h"
- #include "hvar.h"
- #include "hobj.h"
- #include "hgui.h"
- #include "singleton.h"
- #include "iniparser.h"
- #endif // HW_H_
|