GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <fcntl.h>
#include <errno.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/iostream/ami_stream.h>
Go to the source code of this file.
Functions | |
int | ami_single_temp_name (const std::string &base, char *tmp_path) |
FILE * | open_stream (int fd, AMI_stream_type st) |
FILE * | open_stream (char *pathname, AMI_stream_type st) |
Variables | |
const char * | ami_str_error [] |
int ami_single_temp_name | ( | const std::string & | base, |
char * | tmp_path | ||
) |
Definition at line 74 of file ami_stream.cpp.
References assert, G_mkstemp(), getenv(), and STREAM_TMPDIR.
Referenced by AMI_STREAM< T >::AMI_STREAM().
FILE* open_stream | ( | int | fd, |
AMI_stream_type | st | ||
) |
Definition at line 104 of file ami_stream.cpp.
References AMI_APPEND_STREAM, AMI_APPEND_WRITE_STREAM, AMI_READ_STREAM, AMI_READ_WRITE_STREAM, AMI_WRITE_STREAM, assert, and NULL.
Referenced by AMI_STREAM< T >::AMI_STREAM().
FILE* open_stream | ( | char * | pathname, |
AMI_stream_type | st | ||
) |
Definition at line 141 of file ami_stream.cpp.
References AMI_APPEND_STREAM, AMI_APPEND_WRITE_STREAM, AMI_READ_STREAM, AMI_READ_WRITE_STREAM, AMI_WRITE_STREAM, assert, G_fseek(), and NULL.
const char* ami_str_error[] |
Definition at line 54 of file ami_stream.cpp.