Main Page   Modules   Compound List   File List   Compound Members  

globus_rls_attribute_t Struct Reference
[Miscellaneous]

#include <globus_rls_client.h>

List of all members.

Public Attributes

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.


Member Data 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).


The documentation for this struct was generated from the following file:
Generated on Mon Feb 9 18:05:21 2004 for Globus Replica Location Service by doxygen1.2.17