OpenWalnut  1.4.0
Public Attributes | List of all members
WStructuredTextParser::ObjectType Struct Reference

An object is always a name and contains several further nodes. More...

#include <WStructuredTextParser.h>

Public Attributes

std::string m_name
 Name of the object.
std::vector< MemberTypem_nodes
 Object's members.

Detailed Description

An object is always a name and contains several further nodes.

Definition at line 121 of file WStructuredTextParser.h.

Member Data Documentation

std::string WStructuredTextParser::ObjectType::m_name

Name of the object.

Definition at line 126 of file WStructuredTextParser.h.

std::vector< MemberType > WStructuredTextParser::ObjectType::m_nodes

Object's members.

Definition at line 131 of file WStructuredTextParser.h.

Referenced by WStructuredTextParser::StructuredValueTree::traverse().


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