tesseract
4.1.1
|
#include <algorithm>
#include <climits>
#include <cstdarg>
#include <cstring>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "scrollview.h"
#include "svutil.h"
#include "allheaders.h"
Go to the source code of this file.
Classes | |
struct | SVPolyLineBuffer |
Variables | |
const int | kSvPort = 8461 |
const int | kMaxMsgSize = 4096 |
const int | kMaxIntPairSize = 45 |
const int kMaxIntPairSize = 45 |
Definition at line 39 of file scrollview.cpp.
const int kMaxMsgSize = 4096 |
Definition at line 38 of file scrollview.cpp.
const int kSvPort = 8461 |
Definition at line 37 of file scrollview.cpp.