MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
UpdateChecker.h File Reference
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <stop_token>
#include <string>
#include <thread>
Include dependency graph for UpdateChecker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MetaImGUI::UpdateInfo
 
class  MetaImGUI::UpdateChecker
 

Namespaces

namespace  MetaImGUI
 

Enumerations

enum class  MetaImGUI::UpdateCheckStatus {
  MetaImGUI::Unknown , MetaImGUI::UpToDate , MetaImGUI::UpdateFound , MetaImGUI::RateLimited ,
  MetaImGUI::NetworkError , MetaImGUI::ParseError , MetaImGUI::Cancelled
}