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

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

#include <WStructuredTextParser.h>

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 95 of file WStructuredTextParser.h.

Member Data Documentation

std::string WStructuredTextParser::KeyValueType::m_name

Name string.

Definition at line 100 of file WStructuredTextParser.h.

std::string WStructuredTextParser::KeyValueType::m_value

Value string.

Definition at line 104 of file WStructuredTextParser.h.


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