|
Sen API
Sen Libraries
|
Data of struct type. More...
#include <struct_type.h>
Public Member Functions | |
| StructSpec (std::string name, std::string qualifiedName, std::string description, std::vector< StructField > fields, MaybeConstTypeHandle< StructType > parent=std::nullopt) | |
Public Attributes | |
| std::string | name |
| std::string | qualifiedName |
| std::string | description |
| std::vector< StructField > | fields |
| MaybeConstTypeHandle< StructType > | parent |
Friends | |
| bool | operator== (const StructSpec &lhs, const StructSpec &rhs) noexcept |
| bool | operator!= (const StructSpec &lhs, const StructSpec &rhs) noexcept |
Data of struct type.
|
inline |
|
friend |
|
friend |
| std::string sen::StructSpec::name |
| std::string sen::StructSpec::qualifiedName |
| std::string sen::StructSpec::description |
| std::vector<StructField> sen::StructSpec::fields |
| MaybeConstTypeHandle<StructType> sen::StructSpec::parent |