#include <string>
#include <tagcoll/Exception.h>
#include <tagcoll/TagcollConsumer.h>
#include <tagcoll/ParserBase.h>
Go to the source code of this file.
Namespaces | |
namespace | Tagcoll |
Functions | |
int | Tagcoll::parseElement (ParserInput &in, std::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) |