aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/ConstBuffer.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-01util/{Const,Writable}Buffer: add operator[]Max Kellermann1-0/+11
2014-03-01util/{Const,Writable}Buffer: add template specialization for "void"Max Kellermann1-0/+34
Omit a few methods that are not applicable.
2014-03-01util/ConstBuffer: remove cast operator ConstBuffer<void>Max Kellermann1-4/+0
This was bugged, because it did not scale the "size".
2013-11-29util/ConstBuffer: new utility classMax Kellermann1-0/+118