From b9c556e44326b40b2c927a0a5b5626332a8c9587 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 08:57:11 +0000 Subject: *** empty log message *** --- runtime/docs/html/structmap__node.html | 194 ++++----------------------------- 1 file changed, 23 insertions(+), 171 deletions(-) (limited to 'runtime/docs/html/structmap__node.html') diff --git a/runtime/docs/html/structmap__node.html b/runtime/docs/html/structmap__node.html index 1d8a69ea..9902b165 100644 --- a/runtime/docs/html/structmap__node.html +++ b/runtime/docs/html/structmap__node.html @@ -1,192 +1,44 @@ -SystemTap: SystemTap Runtime Library +SystemTap: map_node Struct Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

map_node Struct Reference

#include <map.h> +
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

map_node Struct Reference

all map nodes have the following structure +More... +

+#include <map.h>

- - - - - - - + - + - + -

Data Fields

list_head lnode
hlist_node hnode
key_data key1
key_data key2
+list_head lnode
enum keytype key1type
+hlist_node hnode
enum keytype key2type
+key_data key1
-


Field Documentation

-

- - - - -
- - - - -
struct hlist_node map_node::hnode
-
- - - - -

- -

-Definition at line 22 of file map.h. -

-Referenced by _stp_list_clear(), _stp_map_key_del(), _stp_map_set_stat(), and _stp_map_set_str(). - -

-   - +
+key_data key2
-

- - - - -
- - - - -
union key_data map_node::key1
-
- - - - -

+

-

-Definition at line 23 of file map.h. -

-Referenced by _stp_map_key_long_long(), _stp_map_key_long_str(), _stp_map_key_str_long(), and _stp_map_key_str_str(). - -

-   - +
+enum keytype key1type
+enum keytype key2type
-

- - - -
- - - - -
enum keytype map_node::key1type
-
- - - - - -
-   - - +

Detailed Description

+all map nodes have the following structure

-Definition at line 25 of file map.h.

-

- - - - -
- - - - -
union key_data map_node::key2
-
- - - - - -
-   - - -

- -

-Definition at line 24 of file map.h. -

-Referenced by _stp_map_key_long_str(), _stp_map_key_str_long(), and _stp_map_key_str_str().

-

- - - - -
- - - - -
enum keytype map_node::key2type
-
- - - - - -
-   - - -

- -

-Definition at line 26 of file map.h.

-

- - - - -
- - - - -
struct list_head map_node::lnode
-
- - - - - -
-   - - -

- -

-Definition at line 21 of file map.h. -

-Referenced by _stp_list_clear(), _stp_map_del(), _stp_map_iter(), _stp_map_key_del(), _stp_map_set_stat(), and _stp_map_set_str().

-


The documentation for this struct was generated from the following file: