libbio
Loading...
Searching...
No Matches
inc
bio
physical
common
Superpositions.h
Go to the documentation of this file.
1
/*
2
* This file is a part of the Biology project by eons LLC.
3
* Biology (aka Develop Biology) is a framework for approaching software
4
* development from a natural sciences perspective.
5
*
6
* Copyright (C) 2023 Séon O'Shannon & eons LLC
7
*
8
* This program is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU Affero General Public License as
10
* published by the Free Software Foundation, either version 3 of the
11
* License, or (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU Affero General Public License for more details.
17
*
18
* You should have received a copy of the GNU Affero General Public License
19
* along with this program. If not, see <https://www.gnu.org/licenses/>.
20
*/
21
22
#pragma once
23
24
#include "
Types.h
"
25
#include "
bio/physical/relativity/TypedPerspective.h
"
26
27
namespace
bio
{
28
29
//Superposition type declaration needs to be here to avoid circular dependencies with Waves in Types.
30
36
BIO_ID_WITH_TYPED_PERSPECTIVE
(Superposition, uint8_t)
37
38
namespace
superposition {
39
44
Superposition
Noninterfering
();
45
49
Superposition
Complex
();
50
55
Superposition
LastToWrite
();
56
62
Superposition
FirstToWrite
();
63
67
Superposition
Average
();
68
72
Superposition
Highest
();
73
77
Superposition
Lowest
();
78
82
Superposition
Sum
();
83
87
Superposition
Difference
();
88
92
Superposition
And
();
93
97
Superposition
Or
();
98
102
Superposition
Xor
();
103
107
Superposition
Not
();
108
112
Superposition
Nand
();
113
117
Superposition
Nor
();
118
122
Superposition
Xnor
();
123
124
}
//superposition namespace
125
}
//bio namespace
BIO_ID_WITH_TYPED_PERSPECTIVE
#define BIO_ID_WITH_TYPED_PERSPECTIVE(className, dimension)
Definition
IdAndPerspectiveMacros.h:100
TypedPerspective.h
bio::Pointer
Definition
Pointer.h:115
bio::superposition::Highest
Superposition Highest()
bio::superposition::And
Superposition And()
bio::superposition::Xnor
Superposition Xnor()
bio::superposition::Lowest
Superposition Lowest()
bio::superposition::Difference
Superposition Difference()
bio::superposition::FirstToWrite
Superposition FirstToWrite()
bio::superposition::Xor
Superposition Xor()
bio::superposition::Complex
Superposition Complex()
bio::superposition::Not
Superposition Not()
bio::superposition::Nand
Superposition Nand()
bio::superposition::Noninterfering
Superposition Noninterfering()
bio::superposition::LastToWrite
Superposition LastToWrite()
bio::superposition::Or
Superposition Or()
bio::superposition::Nor
Superposition Nor()
bio::superposition::Average
Superposition Average()
bio::superposition::Sum
Superposition Sum()
bio
Definition
FinalCell.h:29
Types.h
Generated by
1.9.8