Aktualizr
C++ SOTA Client
|
Public Member Functions | |
OSTreeHttpRepo (TreehubServer *server, const boost::filesystem::path &root_in="") | |
bool | LooksValid () const override |
OSTreeRef | GetRef (const std::string &refname) const override |
boost::filesystem::path | root () const override |
![]() | |
OSTreeRepo & | operator= (const OSTreeRepo &)=delete |
OSTreeObject::ptr | GetObject (OSTreeHash hash, OstreeObjectType type) const |
OSTreeObject::ptr | GetObject (const uint8_t sha256[32], OstreeObjectType type) const |
Additional Inherited Members | |
![]() | |
using | ptr = std::shared_ptr< OSTreeRepo > |
![]() | |
typedef std::map< OSTreeHash, OSTreeObject::ptr > | otable |
![]() | |
bool | CheckForObject (const OSTreeHash &hash, const std::string &path, OSTreeObject::ptr &object) const |
![]() | |
otable | ObjectTable |
Definition at line 12 of file ostree_http_repo.h.