GRASS Programmer's Manual 6.4.1(2011)
|
Vector library - error management. More...
#include <string.h>
#include <grass/gis.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | Vect_set_fatal_error (int err) |
Set behaviour if fatal error occurs in some functions. | |
int | Vect_get_fatal_error (void) |
Get behaviour for fatal error. |
Vector library - error management.
Higher level functions for reading/writing/manipulating vectors.
(C) 2001-2008 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file error.c.
int Vect_get_fatal_error | ( | void | ) |
Get behaviour for fatal error.
Definition at line 53 of file error.c.
Referenced by Vect__open_old(), and Vect_open_new().
int Vect_set_fatal_error | ( | int | err | ) |
Set behaviour if fatal error occurs in some functions.
err | error type |
Definition at line 38 of file error.c.
Referenced by Vect__open_old(), and Vect_open_new().