struct stack

Declaration

struct stack { /* full declaration omitted */ };

Declared at: include/ekg/util/gui.hpp:44

Member Variables

public std::vector<ekg::ui::abstract_widget*> ordered_list = {}
public int32_t target_id = {}
public bool target_id_found = {}

Method Overview

Methods

ΒΆvoid clear()

Declared at: include/ekg/util/gui.hpp:50