#include <iostream>
#include "om/omdatabase.h"
#include "om/omdocument.h"
#include "om/omquery.h"
#include "om/omenquire.h"
#include "om/omstem.h"
#include "om/ompostlistiterator.h"
#include "om/ompositionlistiterator.h"
#include "om/omtermlistiterator.h"
#include "om/omvalueiterator.h"
Include dependency graph for omoutput.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | OUTPUT_FUNCTION(a) |
|
Value: inline std::ostream & \ operator<<(std::ostream & os, const a & obj) { \ return os << obj.get_description(); \ } |