0.9.8.10
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
home
doug
src
hypertable
src
cc
Hypertable
Lib
TableSplit.cc
Go to the documentation of this file.
1
22
#include "
Common/Compat.h
"
23
#include <cstring>
24
#include <iostream>
25
26
#include "
TableSplit.h
"
27
28
using namespace
std
;
29
using namespace
Hypertable
;
30
31
32
std::ostream &
Hypertable::operator<<
(std::ostream &os,
const
TableSplit
&ts) {
33
os <<
"{TableSplit: ["
;
34
if
(ts.
start_row
)
35
os <<
"\""
<< ts.
start_row
<<
"\""
;
36
else
37
os <<
"NULL"
;
38
if
(ts.
end_row
)
39
os <<
"\""
<< ts.
end_row
<<
"\""
;
40
else
41
os <<
"NULL"
;
42
if
(ts.
location
)
43
os <<
" ("
<< ts.
location
<<
")"
;
44
else
45
os <<
" (NULL)"
;
46
os <<
"}"
;
47
return
os;
48
}
49
Hypertable::TableSplit
Represents a table split.
Definition:
TableSplit.h:34
std
STL namespace.
Hypertable::TableSplit::location
const char * location
Definition:
TableSplit.h:47
Compat.h
Compatibility Macros for C/C++.
Hypertable::operator<<
std::ostream & operator<<(std::ostream &os, const crontab_entry &entry)
Helper function to write crontab_entry to an ostream.
Definition:
Crontab.cc:301
Hypertable
Hypertable definitions
Definition:
ApplicationHandler.h:36
Hypertable::TableSplit::start_row
const char * start_row
Definition:
TableSplit.h:45
TableSplit.h
Hypertable::TableSplit::end_row
const char * end_row
Definition:
TableSplit.h:46
Generated on Tue Dec 22 2015 18:43:13 for Hypertable by
1.8.8