#include <TextFormat.h>
Public Member Functions | |
PatchBuilder (PatchList< ITEM, TAG > &patch, const ITEMSER &itemconv, const TAGSER &tagconv) | |
template<typename ITEMS, typename TAGS> | |
PatchBuilder< ITEM, TAG, ITEMSER, TAGSER > & | operator= (const std::pair< ITEMS, TAGS > &data) |
const PatchList< ITEM, TAG > & | getPatch () const throw () |
Protected Attributes | |
PatchList< ITEM, TAG > & | patch |
const ITEMSER & | itemconv |
const TAGSER & | tagconv |
tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::PatchBuilder | ( | PatchList< ITEM, TAG > & | patch, | |
const ITEMSER & | itemconv, | |||
const TAGSER & | tagconv | |||
) | [inline] |
PatchBuilder<ITEM, TAG, ITEMSER, TAGSER>& tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::operator= | ( | const std::pair< ITEMS, TAGS > & | data | ) | [inline] |
const PatchList<ITEM, TAG>& tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::getPatch | ( | ) | const throw () [inline] |
PatchList<ITEM, TAG>& tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::patch [protected] |
const ITEMSER& tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::itemconv [protected] |
const TAGSER& tagcoll::textformat::PatchBuilder< ITEM, TAG, ITEMSER, TAGSER >::tagconv [protected] |