globus_rls_attribute_t
globus_rls_attribute_t
Section: globus rls client (3) Updated: Sat Oct 16 2010 Local index
Up
NAME
globus_rls_attribute_t -
Object (LFN or PFN) attribute type.
SYNOPSIS
Data Fields
char * name
globus_rls_obj_type_t objtype
globus_rls_attr_type_t type
union {
time_t t
double d
int i
char * s
} val
Detailed Description
Object (LFN or PFN) attribute type.
Field Documentation
char* globus_rls_attribute_t::name
Attribute name.
globus_rls_obj_type_t globus_rls_attribute_t::objtype
Object type.
globus_rls_attr_type_t globus_rls_attribute_t::type
Attribute value type.
time_t globus_rls_attribute_t::t
Date value (unix time).
double globus_rls_attribute_t::d
Floating point value.
int globus_rls_attribute_t::i
Integer value.
char* globus_rls_attribute_t::s
String value.
union { ... } globus_rls_attribute_t::val
Value of attribute (depends on type).
Author
Generated automatically by Doxygen for globus rls client from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Data Fields
-
- Detailed Description
-
- Field Documentation
-
- char* globus_rls_attribute_t::name
-
- globus_rls_obj_type_t globus_rls_attribute_t::objtype
-
- globus_rls_attr_type_t globus_rls_attribute_t::type
-
- time_t globus_rls_attribute_t::t
-
- double globus_rls_attribute_t::d
-
- int globus_rls_attribute_t::i
-
- char* globus_rls_attribute_t::s
-
- union { ... } globus_rls_attribute_t::val
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 21:47:02 GMT, April 16, 2011