WCSim
Public Attributes | List of all members
CADMesh::File::Item Struct Reference

#include <CADMesh.hh>

Collaboration diagram for CADMesh::File::Item:
Collaboration graph

Public Attributes

Token token
 
size_t position
 
size_t line
 
std::string value
 
std::string error
 
Itemparent
 
std::vector< Itemchildren
 

Detailed Description

Definition at line 200 of file CADMesh.hh.

Member Data Documentation

◆ children

std::vector<Item> CADMesh::File::Item::children

Definition at line 211 of file CADMesh.hh.

◆ error

std::string CADMesh::File::Item::error

Definition at line 207 of file CADMesh.hh.

◆ line

size_t CADMesh::File::Item::line

Definition at line 204 of file CADMesh.hh.

◆ parent

Item* CADMesh::File::Item::parent

Definition at line 209 of file CADMesh.hh.

◆ position

size_t CADMesh::File::Item::position

Definition at line 203 of file CADMesh.hh.

◆ token

Token CADMesh::File::Item::token

Definition at line 201 of file CADMesh.hh.

◆ value

std::string CADMesh::File::Item::value

Definition at line 206 of file CADMesh.hh.


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