|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| OSTreeHttpRepo (TreehubServer *server) | |
| bool | LooksValid () const override |
| OSTreeRef | GetRef (const std::string &refname) const override |
| const boost::filesystem::path | root () const override |
Public Member Functions inherited from OSTreeRepo | |
| 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 | |
Public Types inherited from OSTreeRepo | |
| using | ptr = std::shared_ptr< OSTreeRepo > |
Protected Types inherited from OSTreeRepo | |
| typedef std::map< OSTreeHash, OSTreeObject::ptr > | otable |
Protected Member Functions inherited from OSTreeRepo | |
| bool | CheckForObject (const OSTreeHash &hash, const std::string &path, OSTreeObject::ptr &object) const |
Protected Attributes inherited from OSTreeRepo | |
| otable | ObjectTable |
Definition at line 10 of file ostree_http_repo.h.
1.8.16