func:可以基本显示目标结果。
This commit is contained in:
16
public_def.h
Normal file
16
public_def.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef PUBLIC_DEF_HEADER
|
||||
#define PUBLIC_DEF_HEADER
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
struct OprBase {
|
||||
std::string node_path{};
|
||||
std::string the_node{};
|
||||
std::string purpose{};
|
||||
std::string xml_path{};
|
||||
};
|
||||
|
||||
std::vector<std::string> splitString(const std::string& input, const std::string& delimiter);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user