Sygaldry
Toggle main menu visibility
Main Page
Related Pages
Topics
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
c
d
e
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
Typedefs
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Modules
Pages
Concepts
Loading...
Searching...
No Matches
sygaldry::Component Concept Reference
sygac: Sygaldry Concepts
»
sygac-components: Components Concepts
Check if T is a Sygaldry component.
More...
Concept definition
template
<
typename
T>
concept
sygaldry::Component
= has_name<T>
&& (
has_init_subroutine<T>
||
has_external_sources_subroutine<T>
||
has_main_subroutine<T>
||
has_external_destinations_subroutine<T>
|| has_inputs<T>
|| has_outputs<T>
)
sygaldry::Component
Check if T is a Sygaldry component.
Definition
sygac-components.hpp:124
sygaldry::has_external_destinations_subroutine
Definition
sygac-components.hpp:96
sygaldry::has_external_sources_subroutine
Definition
sygac-components.hpp:93
sygaldry::has_init_subroutine
Definition
sygac-components.hpp:90
sygaldry::has_main_subroutine
Definition
sygac-components.hpp:85
Detailed Description
Check if T is a Sygaldry component.
sygaldry
Component
Generated by
1.9.8