Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Public Member Functions | Public Attributes | List of all members
cqsp::core::components::CommandQueue Struct Reference

#include <maneuver.h>

Public Member Functions

 CommandQueue ()=default
 
auto begin ()
 
auto end ()
 
bool empty ()
 
entt::entity & front ()
 

Public Attributes

std::deque< Maneuvermaneuvers
 
std::deque< entt::entity > commands
 

Constructor & Destructor Documentation

◆ CommandQueue()

cqsp::core::components::CommandQueue::CommandQueue ( )
default

Member Function Documentation

◆ begin()

auto cqsp::core::components::CommandQueue::begin ( )
inline

◆ empty()

bool cqsp::core::components::CommandQueue::empty ( )
inline

◆ end()

auto cqsp::core::components::CommandQueue::end ( )
inline

◆ front()

entt::entity & cqsp::core::components::CommandQueue::front ( )
inline

Member Data Documentation

◆ commands

std::deque<entt::entity> cqsp::core::components::CommandQueue::commands

◆ maneuvers

std::deque<Maneuver> cqsp::core::components::CommandQueue::maneuvers

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