29 using namespace pwiz::util;
30 using namespace pwiz::proteome;
40 os <<
"Protein cache indices (from MRU to LRU):";
42 os <<
" " << itr->second->index;
62 boost::shared_ptr<stringstream> ss(
new stringstream);
64 serializer.
write(*ss, pd, 0);
65 serializer.
read(ss, pd);
84 if (
os_) *
os_ << cache << endl;
102 boost::shared_ptr<stringstream> ss(
new stringstream);
104 serializer.
write(*ss, pd, 0);
105 serializer.
read(ss, pd);
125 if (
os_) *
os_ << cache << endl;
136 if (
os_) *
os_ << cache << endl;
147 if (
os_) *
os_ << cache << endl;
156 if (
os_) *
os_ << cache << endl;
165 if (
os_) *
os_ << cache << endl;
186 boost::shared_ptr<stringstream> ss(
new stringstream);
188 serializer.
write(*ss, pd, 0);
189 serializer.
read(ss, pd);
207 if (
os_) *
os_ << cache << endl;
216 if (
os_) *
os_ << cache << endl;
225 if (
os_) *
os_ << cache << endl;
235 if (
os_) *
os_ << cache << endl;
243 if (
os_) *
os_ << cache << endl;
259 int main(
int argc,
char* argv[])
265 if (argc>1 && !strcmp(argv[1],
"-v"))
os_ = &cout;