Data of a sequence type.
More...
#include <sequence_type.h>
◆ SequenceSpec()
| sen::SequenceSpec::SequenceSpec |
( |
std::string | name, |
|
|
std::string | qualifiedName, |
|
|
std::string | description, |
|
|
ConstTypeHandle<> | elementType, |
|
|
std::optional< std::size_t > | maxSize = std::nullopt, |
|
|
bool | fixedSize = false ) |
|
inline |
◆ operator==
◆ operator!=
◆ name
| std::string sen::SequenceSpec::name |
◆ qualifiedName
| std::string sen::SequenceSpec::qualifiedName |
◆ description
| std::string sen::SequenceSpec::description |
◆ elementType
◆ maxSize
| std::optional<std::size_t> sen::SequenceSpec::maxSize |
◆ fixedSize
| bool sen::SequenceSpec::fixedSize = false |
The documentation for this struct was generated from the following file: