Horizon
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
horizon::PoolIndex Class Reference

Public Types

enum class  Level { CORE , EXTRA , COMMUNITY }
 

Public Member Functions

 PoolIndex (const UUID &uu, const json &j)
 

Public Attributes

UUID uuid
 
std::string name
 
std::vector< UUIDincluded
 
Level level
 
std::string gh_user
 
std::string gh_repo
 
std::map< ObjectType, unsigned int > type_stats
 

Static Public Attributes

static const LutEnumStr< Level > level_lut
 

Member Data Documentation

◆ 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: