AMDiS
2.11-git
The Adaptive Multi-Dimensional Simulation Toolbox
Loading...
Searching...
No Matches
Tags.hpp
1
#pragma once
2
3
namespace
AMDiS
4
{
5
namespace
tag
6
{
7
// some tags representing traits classes or categories
8
struct
none
{};
9
struct
scalar
{};
10
struct
vector
{};
11
struct
matrix
{};
12
struct
unknown
{};
13
14
struct
defaulted
{};
15
16
}
// end namespace tag
17
18
}
// end namespace AMDiS
AMDiS::tag::defaulted
Definition
Tags.hpp:14
AMDiS::tag::matrix
Definition
Tags.hpp:11
AMDiS::tag::none
Definition
Tags.hpp:8
AMDiS::tag::scalar
Definition
Tags.hpp:9
AMDiS::tag::unknown
Definition
Tags.hpp:12
AMDiS::tag::vector
Definition
Tags.hpp:10
amdis
common
Tags.hpp
Generated by
1.9.8