Loading [MathJax]/extensions/tex2jax.js
MAIA
bb96820c
Multiphysics at AIA
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
Variables
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
e
m
p
s
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
_
a
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
u
v
w
Related Functions
a
c
d
f
g
i
l
m
o
p
s
t
v
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
c
d
f
g
i
l
m
n
o
p
r
s
t
w
Variables
c
g
h
i
l
m
n
s
Typedefs
a
b
e
g
m
p
r
s
z
Enumerations
a
b
c
d
e
f
g
i
l
m
p
r
s
t
v
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Pages
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
13
class
MProperty
;
14
15
typedef
std::multimap<MString, MProperty*>
propertyMap
;
16
typedef
propertyMap::const_iterator
propertyIterator
;
17
typedef
std::map<MString, MZone*>
zoneMap
;
18
typedef
zoneMap::const_iterator
zoneIterator
;
19
typedef
struct
a
{
20
propertyMap
*
properties
;
21
propertyMap
*
propertiesLowercase
;
22
zoneMap
*
zones
;
23
}
assembly
;
24
25
#endif
MProperty
Definition:
property.h:13
zoneMap
std::map< MString, MZone * > zoneMap
Definition:
contexttypes.h:17
zoneIterator
zoneMap::const_iterator zoneIterator
Definition:
contexttypes.h:18
propertyMap
std::multimap< MString, MProperty * > propertyMap
Definition:
contexttypes.h:15
assembly
struct a assembly
propertyIterator
propertyMap::const_iterator propertyIterator
Definition:
contexttypes.h:16
maiatypes.h
a
Definition:
contexttypes.h:19
a::properties
propertyMap * properties
Definition:
contexttypes.h:20
a::zones
zoneMap * zones
Definition:
contexttypes.h:22
a::propertiesLowercase
propertyMap * propertiesLowercase
Definition:
contexttypes.h:21
home
gitlab-runner
scratch
builds
oxpnswJ6
1
aia
m-AIA
m-AIA
src
IO
contexttypes.h
Generated on Sun Jun 16 2024 23:44:53 for MAIA by
1.9.5