Assemble a patch from a stream of "item: +added, -removed" items and tags. More...
#include <TextFormat.h>
Public Member Functions | |
PatchAssembler (const OUT &out) | |
template<typename ITEMS , typename TAGS > | |
PatchAssembler & | operator= (const std::pair< ITEMS, TAGS > &data) |
Assemble a patch from a stream of "item: +added, -removed" items and tags.
tagcoll::textformat::PatchAssembler< OUT >::PatchAssembler | ( | const OUT & | out | ) | [inline] |
PatchAssembler& tagcoll::textformat::PatchAssembler< OUT >::operator= | ( | const std::pair< ITEMS, TAGS > & | data | ) | [inline] |