Sen API
Sen Libraries
Loading...
Searching...
No Matches
sen::StructField Struct Referencefinal

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

Detailed Description

Holds the information for a field in the struct.

Constructor & Destructor Documentation

◆ StructField()

sen::StructField::StructField ( std::string name,
std::string description,
ConstTypeHandle<> type )
inline

◆ operator==

bool operator== ( const StructField & lhs,
const StructField & rhs )
friend

◆ operator!=

bool operator!= ( const StructField & lhs,
const StructField & rhs )
friend

Member Data Documentation

◆ name

std::string sen::StructField::name

◆ description

std::string sen::StructField::description

◆ type

ConstTypeHandle sen::StructField::type

The documentation for this struct was generated from the following file: