tinyows 1.2.2
|
#include <ows_struct.h>
Data Fields | |
list * | value |
struct Mlist_node * | next |
struct Mlist_node * | prev |
Definition at line 56 of file ows_struct.h.
struct Mlist_node* Mlist_node::next |
Definition at line 58 of file ows_struct.h.
Referenced by mlist_add(), mlist_node_free(), mlist_node_init(), wfs_delete(), wfs_geojson_display_results(), wfs_gml_display_results(), wfs_request_check_fid(), wfs_request_check_propertyname(), and wfs_retrieve_sql_request_list().
struct Mlist_node* Mlist_node::prev |
Definition at line 59 of file ows_struct.h.
Referenced by mlist_add(), mlist_node_free(), and mlist_node_init().
list* Mlist_node::value |
Definition at line 57 of file ows_struct.h.
Referenced by mlist_add(), mlist_node_free(), mlist_node_init(), wfs_delete(), wfs_geojson_display_results(), wfs_gml_display_hits(), wfs_gml_display_results(), wfs_request_check_fid(), wfs_request_check_propertyname(), and wfs_retrieve_sql_request_list().