#include <list>
#include <utility>
#include "config.h"
#include "parser.h"
#include "stats.h"
Namespaces | |
| namespace | ace |
Classes | |
| class | ace::Buffer |
| Class implements words buffer. More... | |
Typedefs | |
| typedef std::pair < words_store_t::const_iterator, words_store_t::const_iterator > | ace::words_range_t |
| Words range is a range within the buffer, so its based on word buffer container type (see word.h). | |
Advanced buffering of words is required by context tracing functionality.
(C) Ceslav Przywara 2008, MFF UK Prague
1.5.6