X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d25555ce9c6e09344356868780e678c75bbbd164..e470c81abda3653a5ef2e3cff7b610aa823fe9b4:/projects/stargazer/corps_impl.h diff --git a/projects/stargazer/corps_impl.h b/projects/stargazer/corps_impl.h index ad705c54..f19084f1 100644 --- a/projects/stargazer/corps_impl.h +++ b/projects/stargazer/corps_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, CORP_CONF * corp) const; int CloseSearch(int) const;