MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
contexttypes.h
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
7#ifndef CONTEXTTYPES_H
8#define CONTEXTTYPES_H
9
10#include <map>
11#include "INCLUDE/maiatypes.h"
12
13class MProperty;
14
15typedef std::multimap<MString, MProperty*> propertyMap;
16typedef propertyMap::const_iterator propertyIterator;
17typedef std::map<MString, MZone*> zoneMap;
18typedef zoneMap::const_iterator zoneIterator;
19typedef struct a {
24
25#endif
std::map< MString, MZone * > zoneMap
Definition: contexttypes.h:17
zoneMap::const_iterator zoneIterator
Definition: contexttypes.h:18
std::multimap< MString, MProperty * > propertyMap
Definition: contexttypes.h:15
struct a assembly
propertyMap::const_iterator propertyIterator
Definition: contexttypes.h:16
Definition: contexttypes.h:19
propertyMap * properties
Definition: contexttypes.h:20
zoneMap * zones
Definition: contexttypes.h:22
propertyMap * propertiesLowercase
Definition: contexttypes.h:21