Aktualizr
C++ SOTA Client
|
Public Member Functions | |
RepositoryType (int type) | |
RepositoryType (const std::string &repo_type) | |
operator int () const | |
operator std::string () const | |
std::string | toString () const |
Static Public Member Functions | |
static constexpr int | Director () |
static constexpr int | Image () |
Public Attributes | |
Type | type_ |
Static Public Attributes | |
static const std::string | IMAGE = "image" |
static const std::string | DIRECTOR = "director" |