forked from organicmaps/organicmaps-tmp
Add Pos() to PushBackByteSink.
This commit is contained in:
parent
7826bf6ca5
commit
e399f99981
1 changed files with 4 additions and 5 deletions
|
@ -49,13 +49,12 @@ public:
|
|||
m_Storage.insert(m_Storage.end(), pp, pp + size);
|
||||
}
|
||||
|
||||
//size_t BytesWritten() const
|
||||
//{
|
||||
// return m_Storage.size() - m_InitialStorageSize;
|
||||
//}
|
||||
size_t Pos() const
|
||||
{
|
||||
return m_Storage.size();
|
||||
}
|
||||
private:
|
||||
TStorage & m_Storage;
|
||||
//size_t m_InitialStorageSize;
|
||||
};
|
||||
|
||||
class CountingSink
|
||||
|
|
Loading…
Add table
Reference in a new issue