OpenWalnut  1.5.0dev
Public Attributes | List of all members
WStructuredTextParser::KeyValueType Struct Reference

KeyValueType - a tuple containing name and value. More...

#include <WStructuredTextParser.h>

+ Collaboration diagram for WStructuredTextParser::KeyValueType:

Public Attributes

std::string m_name
 Name string. More...
 
std::string m_value
 Value string. More...
 

Detailed Description

KeyValueType - a tuple containing name and value.

Definition at line 100 of file WStructuredTextParser.h.

Member Data Documentation

◆ m_name

std::string WStructuredTextParser::KeyValueType::m_name

Name string.

Definition at line 105 of file WStructuredTextParser.h.

◆ m_value

std::string WStructuredTextParser::KeyValueType::m_value

Value string.

Definition at line 109 of file WStructuredTextParser.h.


The documentation for this struct was generated from the following file: