GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
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
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
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_release
void Rowio_release(ROWIO *)
Definition:
rowio/release.c:5
Rowio_put
int Rowio_put(ROWIO *, const void *, int)
Write a row.
Definition:
rowio/put.c:41
Rowio_get
void * Rowio_get(ROWIO *, int)
Read a row.
Definition:
rowio/get.c:40
Rowio_forget
void Rowio_forget(ROWIO *, int)
Release row from memory.
Definition:
forget.c:22
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_fileno
int Rowio_fileno(const ROWIO *)
Get file descriptor.
Definition:
fileno.c:25
Rowio_flush
void Rowio_flush(ROWIO *)
Flush data.
Definition:
rowio/get.c:88
ROWIO
Definition:
rowio.h:4
include
grass
defs
rowio.h
Generated on Thu Mar 20 2025 07:33:29 for GRASS GIS 8 Programmer's Manual by
1.9.1