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

Holds the information for an enumerator. More...

#include <enum_type.h>

Public Attributes

std::string name
uint32_t key = 0
 The name of the enumerator.
std::string description
 The key of the enumerator.

Friends

bool operator== (const Enumerator &lhs, const Enumerator &rhs) noexcept
bool operator!= (const Enumerator &lhs, const Enumerator &rhs) noexcept

Detailed Description

Holds the information for an enumerator.

◆ operator==

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

◆ operator!=

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

Member Data Documentation

◆ name

std::string sen::Enumerator::name

◆ key

uint32_t sen::Enumerator::key = 0

The name of the enumerator.

◆ description

std::string sen::Enumerator::description

The key of the enumerator.


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