GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#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 71 of file ami_stream.cpp.
References assert, and G_mkstemp().
FILE * open_stream | ( | char * | pathname, |
AMI_stream_type | st ) |
FILE * open_stream | ( | int | fd, |
AMI_stream_type | st ) |
Definition at line 100 of file ami_stream.cpp.
const char* ami_str_error[] |
Definition at line 52 of file ami_stream.cpp.