property.h
来自「模拟P2P各种网络环境的,适合新手们的学习,不错的源码.」· C头文件 代码 · 共 16 行
H
16 行
#ifndef _Property_h
#define _Property_h
#include "Common.h"
class Property
{
public:
map<string, string> getProperty() const;
void parseConfigFile(const string file);
private:
map<string, string> property;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?