|
Sen API
Sen Libraries
|
Holds the information for a field in the struct. More...
#include <struct_type.h>
Public Member Functions | |
| StructField (std::string name, std::string description, ConstTypeHandle<> type) | |
Public Attributes | |
| std::string | name |
| std::string | description |
| ConstTypeHandle | type |
Friends | |
| bool | operator== (const StructField &lhs, const StructField &rhs) noexcept |
| bool | operator!= (const StructField &lhs, const StructField &rhs) noexcept |
Holds the information for a field in the struct.
|
inline |
|
friend |
|
friend |
| std::string sen::StructField::name |
| std::string sen::StructField::description |
| ConstTypeHandle sen::StructField::type |