#include <string>
#include <vector>
#include <map>
#include <set>
#include "ticcutils/json.hpp"
Go to the source code of this file.
|
| class | frog_record |
| | a simple datastructure to hold all frogged information of one word More...
|
| |
| class | frog_data |
| | a datastructure to hold all frogged information of one Sentence More...
|
| |
◆ operator<<() [1/2]
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const frog_data & |
fd |
|
) |
| |
output a frog_data structure to a stream
- Parameters
-
| os | output stream |
| fd | the record to output |
- Returns
- the stream
◆ operator<<() [2/2]
| std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const frog_record & |
fr |
|
) |
| |
output a frog_record structure to a stream
- Parameters
-
| os | output stream |
| fr | the record to output |
- Returns
- the stream