#include <tagcoll/TagcollParser.h>
#include <tagcoll/FilterChain.h>
#include <tagcoll/TagcollFilter.h>
#include <tagcoll/Implications.h>
#include <tagcoll/DerivedTags.h>
#include <tagcoll/InputMerger.h>
#include <tagcoll/OpSet.h>
#include <tagcoll/stringf.h>
#include <string>
Namespaces | |
namespace | Tagcoll |
Functions | |
int | Tagcoll::parseElement (ParserInput &in, string &item) throw (ParserException) |
void | Tagcoll::parseTagcoll (ParserInput &in, TagcollConsumer< std::string > &consumer) throw (ParserException) |
void | Tagcoll::parseTagcoll (ParserInput &in, ParserInput &impls, ParserInput &dervs, TagcollConsumer< std::string > &consumer) throw (ParserException) |