GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
Main Page
Related Pages
+
Data Structures
Data Structures
Class Hierarchy
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
z
+
Enumerations
a
c
d
e
h
l
m
n
o
p
r
s
t
v
y
+
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
defs/rowio.h
Go to the documentation of this file.
1
#ifndef GRASS_ROWIODEFS_H
2
#define GRASS_ROWIODEFS_H
3
4
int
Rowio_fileno
(
const
ROWIO
*);
5
void
Rowio_forget
(
ROWIO
*,
int
);
6
void
*
Rowio_get
(
ROWIO
*,
int
);
7
void
Rowio_flush
(
ROWIO
*);
8
int
Rowio_put
(
ROWIO
*,
const
void
*,
int
);
9
void
Rowio_release
(
ROWIO
*);
10
int
Rowio_setup
(
ROWIO
*,
int
,
int
,
int
,
int
(*)(
int
,
void
*,
int
,
int
),
11
int
(*)(
int
,
const
void
*,
int
,
int
));
12
13
#endif
Rowio_get
void * Rowio_get(ROWIO *, int)
Read a row.
Definition:
rowio/get.c:41
Rowio_release
void Rowio_release(ROWIO *)
Definition:
rowio/release.c:5
Rowio_fileno
int Rowio_fileno(const ROWIO *)
Get file descriptor.
Definition:
fileno.c:25
Rowio_put
int Rowio_put(ROWIO *, const void *, int)
Write a row.
Definition:
rowio/put.c:42
Rowio_setup
int Rowio_setup(ROWIO *, int, int, int, int(*)(int, void *, int, int), int(*)(int, const void *, int, int))
Configure rowio structure.
Definition:
rowio/setup.c:44
Rowio_forget
void Rowio_forget(ROWIO *, int)
Release row from memory.
Definition:
forget.c:22
ROWIO
Definition:
rowio.h:4
Rowio_flush
void Rowio_flush(ROWIO *)
Flush data.
Definition:
rowio/get.c:89
include
grass
defs
rowio.h
Generated on Mon May 31 2021 05:21:31 for GRASS GIS 7 Programmer's Manual by
1.8.13