Home
last modified time | relevance | path

Searched defs:SNCBlobSummary (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dnc_db_info.hpp202 struct SNCBlobSummary struct
212 SNCBlobSummary(void) in SNCBlobSummary() function
218 memset(this, 0, sizeof(SNCBlobSummary)); in reset() argument
220 SNCBlobSummary& operator=( const SNCBlobSummary& other) { in operator =() argument
226 bool isOlder(const SNCBlobSummary& other) const in isOlder() argument
242 bool isSameData(const SNCBlobSummary& other) const in isSameData() argument
249 bool isEqual(const SNCBlobSummary& other) const in isEqual() argument
258 bool isExpired(void) const in isExpired()