Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GNEHierarchicalStructureParents.h File Reference
#include <config.h>
#include <vector>
Include dependency graph for GNEHierarchicalStructureParents.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  GNEHierarchicalStructureParents
 Hierarchical structure used for keep parents. More...
 

Typedefs

template<typename ParentType >
using GNEHierarchicalContainerParents = std::vector< ParentType >
 

Detailed Description

Author
Pablo Alvarez Lopez
Date
Feb 2025

Definition in file GNEHierarchicalStructureParents.h.

Typedef Documentation

◆ GNEHierarchicalContainerParents

template<typename ParentType >
using GNEHierarchicalContainerParents = std::vector<ParentType>

Definition at line 30 of file GNEHierarchicalStructureParents.h.