midday-commander
|
Holds the global state of the Application. More...
#include <State.h>
Classes | |
struct | cmpEntry |
Custom comparator for State.selected. More... | |
Public Attributes | |
bool | running = true |
std::set< std::shared_ptr< Entry >, cmpEntry > | selected |
Holds the global state of the Application.
bool State::running = true |