Ditto
4.7.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
a
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
Loading...
Searching...
No Matches
include
LiveQueryMove.hpp
1
#ifndef _DITTO_LIVE_QUERY_MOVE_
2
#define _DITTO_LIVE_QUERY_MOVE_
3
4
#include <cstddef>
5
6
namespace
ditto {
7
13
struct
LiveQueryMove
{
14
LiveQueryMove
(std::size_t
from
, std::size_t
to
);
15
16
public
:
21
std::size_t
from
;
22
27
std::size_t
to
;
28
};
13
struct
LiveQueryMove
{
…
};
29
}
// namespace ditto
30
31
#endif
ditto::LiveQueryMove
Describes the index in a list of documents that a document was previously found at (from) and the ind...
Definition
LiveQueryMove.hpp:13
ditto::LiveQueryMove::to
std::size_t to
Definition
LiveQueryMove.hpp:27
ditto::LiveQueryMove::from
std::size_t from
Definition
LiveQueryMove.hpp:21
Generated by
1.10.0