25#ifndef _EXTRVISMFSTREAMSTATS_INCLUDED_
26#define _EXTRVISMFSTREAMSTATS_INCLUDED_
42 typedef std::pair<OdUInt32, OdUInt64>
DataAsB;
90 resStr +=
OdString().
format(
OD_T(
"Summary for %u arrays: %llu bytes\n"), arrSumm.first, arrSumm.second);
99 resStr +=
OdString().
format(
OD_T(
"Summary for %u chunks: %llu bytes\n"), chunkSumm.first, chunkSumm.second);
100 resStr +=
OdString().
format(
OD_T(
"Total memory analysed: %llu bytes\n"), arrSumm.second + chunkSumm.second + chunkSumm.first);
OdString & format(const OdChar *formatString,...)