22 #ifndef _PROTEINLISTCACHE_HPP_
23 #define _PROTEINLISTCACHE_HPP_
40 ProteinListCacheMode_MetaDataAndSequence
51 BOOST_STATIC_CONSTANT(
unsigned, first_offset = offsetof(
KeyValuePair, first));
55 ProteinListCacheMode cacheMode,
60 virtual ProteinPtr protein(
size_t index,
bool getSequence =
true)
const;
62 virtual size_t find(
const std::string&
id)
const;
66 void setMode(ProteinListCacheMode mode);
69 ProteinListCacheMode mode()
const;
86 #endif // _PROTEINLISTCACHE_HPP_