X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/cbc0dcab9b85503926c58e82933a6148e81115f5..7b66bdcccfa4aad5a8e4110bf4769bc13c15dcfd:/projects/stargazer/services_impl.h diff --git a/projects/stargazer/services_impl.h b/projects/stargazer/services_impl.h index d0c1c52c..148676d7 100644 --- a/projects/stargazer/services_impl.h +++ b/projects/stargazer/services_impl.h @@ -48,6 +48,8 @@ public: bool Exists(const std::string & name) const; const std::string & GetStrError() const { return strError; } + size_t Count() const { return data.size(); } + int OpenSearch() const; int SearchNext(int, SERVICE_CONF * service) const; int CloseSearch(int) const;