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/unionkey__data.html | 78 +++++++---------------------------- 1 file changed, 15 insertions(+), 63 deletions(-) (limited to 'runtime/docs/html/unionkey__data.html') diff --git a/runtime/docs/html/unionkey__data.html b/runtime/docs/html/unionkey__data.html index a46795bf..35c1710d 100644 --- a/runtime/docs/html/unionkey__data.html +++ b/runtime/docs/html/unionkey__data.html @@ -1,80 +1,32 @@ -SystemTap: SystemTap Runtime Library +SystemTap: key_data Union Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

key_data Union Reference

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

key_data Union Reference

Keys are either longs or char *. +More... +

+#include <map.h>

- + - +

Data Fields

long val
+long val
char * str
+char * str
-


Field Documentation

-

- - - - -
- - - - -
char* key_data::str
-
- - - - - -
-   - - +

Detailed Description

+Keys are either longs or char *.

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

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

-

- - - - -
- - - - -
long key_data::val
-
- - - - - -
-   - - -

- -

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

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

-


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