test.h
来自「基于Oment++的无线传感器网络仿真」· C头文件 代码 · 共 15 行
H
15 行
#ifndef test_#define test_#include "Attribute.h"#include "CommonIncludes.h"class test:public cObject{ public: typedef std::vector<Attribute> vecAttri; vecAttri t_vecAttr; test(); ~test();};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?