1#ifndef _MIMETIC_ITPARSER_DECL_H_
2#define _MIMETIC_ITPARSER_DECL_H_
8typedef unsigned int ParsingElem;
20 imChildParts = 1 << 8,
26template<
typename Iterator,
typename ItCategory>
Parse the input reading from an iterator.
Definition itparser.h:21