Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
CFsm< Context >::TransitionKey Struct Reference

Classes

struct  Hash
 

Public Types

using UnderlyingType = unsigned int
 

Public Attributes

UnderlyingType state
 
UnderlyingType eventType
 

Friends

bool operator== (const TransitionKey &lhs, const TransitionKey &rhs) noexcept
 

Member Typedef Documentation

◆ UnderlyingType

template<typename Context >
using CFsm< Context >::TransitionKey::UnderlyingType = unsigned int

Friends And Related Function Documentation

◆ operator==

template<typename Context >
bool operator== ( const TransitionKey lhs,
const TransitionKey rhs 
)
friend

Member Data Documentation

◆ eventType

template<typename Context >
UnderlyingType CFsm< Context >::TransitionKey::eventType

◆ state

template<typename Context >
UnderlyingType CFsm< Context >::TransitionKey::state

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