|
enum class | Level { CORE
, EXTRA
, COMMUNITY
} |
|
|
| PoolIndex (const UUID &uu, const json &j) |
|
|
UUID | uuid |
|
std::string | name |
|
std::vector< UUID > | included |
|
Level | level |
|
std::string | gh_user |
|
std::string | gh_repo |
|
std::map< ObjectType, unsigned int > | type_stats |
|
◆ level_lut
const LutEnumStr< PoolIndex::Level > horizon::PoolIndex::level_lut |
|
static |
Initial value:= {
{"core", PoolIndex::Level::CORE},
{"extra", PoolIndex::Level::EXTRA},
{"community", PoolIndex::Level::COMMUNITY},
}
The documentation for this class was generated from the following files:
- src/pool-prj-mgr/pools_window/pool_index.hpp
- src/pool-prj-mgr/pools_window/pool_index.cpp