ed
Public Attributes | List of all members
ed::io::Data Struct Reference

#include <data.h>

Public Attributes

std::vector< unsigned int > array_parents
 
std::vector< std::vector< Node > > arrays
 
std::vector< unsigned int > map_parents
 
std::vector< std::map< std::string, Node > > maps
 
std::vector< Variantvalues
 

Detailed Description

Definition at line 38 of file data.h.

Member Data Documentation

◆ array_parents

std::vector<unsigned int> ed::io::Data::array_parents

Definition at line 41 of file data.h.

◆ arrays

std::vector<std::vector<Node> > ed::io::Data::arrays

Definition at line 40 of file data.h.

◆ map_parents

std::vector<unsigned int> ed::io::Data::map_parents

Definition at line 44 of file data.h.

◆ maps

std::vector<std::map<std::string, Node> > ed::io::Data::maps

Definition at line 43 of file data.h.

◆ values

std::vector<Variant> ed::io::Data::values

Definition at line 46 of file data.h.


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