MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / StringPair

Class StringPair

DSView/pv/config/appconfig.h:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46//------------------class
47
48class StringPair
49{
50public:
51 StringPair(const std::string &key, const std::string &value);
52 std::string m_key;
53 std::string m_value;
54};
55
56
57#define APP_CONFIG_VERSION 3

Callers 2

StringToFormatArrayFunction · 0.85
SetProtocolFormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected