Man page - globus_rsl_relation_get_attribute(3)
Packages contas this manual
- globus_rsl_assist(3)
- globus_rsl_predicates(3)
- globus_rsl_is_boolean_and(3)
- globus_rsl_value_variable_get_sequence(3)
- globus_rsl_value_copy_recursive(3)
- globus_rsl_assist_attributes_canonicalize(3)
- globus_rsl_is_relation(3)
- globus_rsl_value_list_param_get(3)
- globus_rsl_param_get_values(3)
- globus_rsl_value_unparse(3)
- globus_rsl_is_relation_lessthan(3)
- globus_rsl_memory(3)
- globus_rsl_value_literal_get_string(3)
- globus_rsl_value_is_literal(3)
- globus_rsl_value_make_concatenation(3)
- globus_rsl_make_boolean(3)
- globus_rsl_value_variable_get_default(3)
- globus_rsl_value_concatenation_get_left(3)
- globus_rsl_is_boolean_multi(3)
- globus_rsl_accessor(3)
- globus_rsl_relation_get_single_value(3)
- globus_rsl_parse(3)
- globus_rsl_free_recursive(3)
- globus_rsl_value_free(3)
- globus_rsl_make_relation(3)
- globus_rsl_value_free_recursive(3)
- globus_rsl_free(3)
- globus_rsl_relation_get_attribute(3)
- globus_rsl_assist.h(3)
- globus_rsl_value_concatenation_set_right(3)
- globus_rsl_value_concatenation_get_right(3)
- globus_rsl_print_recursive(3)
- globus_list_copy_reverse(3)
- globus_rsl_list(3)
- globus_rsl_is_relation_eq(3)
- globus_rsl_value_list_literal_replace(3)
- globus_rsl_param(3)
- globus_rsl_is_relation_attribute_equal(3)
- globus_rsl_constructors(3)
- globus_rsl_get_operator(3)
- globus_rsl_value_variable_get_name(3)
- globus_rsl_unparse(3)
- globus_rsl_param_get(3)
- globus_rsl_value_is_sequence(3)
- globus_rsl(3)
- globus_rsl_value_make_sequence(3)
- globus_rsl_value_make_literal(3)
- globus_rsl_boolean_get_operand_list_ref(3)
- globus_rsl_boolean_get_operator(3)
- globus_rsl_value_print_recursive(3)
- globus_rsl_value_is_variable(3)
- globus_rsl_value_variable_get_size(3)
- globus_rsl_assist_string_canonicalize(3)
- globus_rsl.h(3)
- globus_rsl_value_eval(3)
- globus_rsl_is_boolean(3)
- globus_rsl_eval(3)
- globus_rsl_print(3)
- globus_rsl_value_sequence_get_value_list(3)
- globus_rsl_value_concatenation_set_left(3)
- globus_rsl_value_sequence_get_list_ref(3)
- globus_rsl_is_boolean_or(3)
- globus_rsl_copy_recursive(3)
- globus_rsl_boolean_get_operand_list(3)
- globus_rsl_value_make_variable(3)
- globus_rsl_relation_get_operator(3)
- globus_rsl_relation_get_value_sequence(3)
- globus_rsl_value_is_concatenation(3)
apt-get install libglobus-rsl-doc
Manual
| globus_rsl_accessor(3) | Library Functions Manual | globus_rsl_accessor(3) |
NAME
globus_rsl_accessor - RSL Accessor Functions
- RSL Accessor Functions.
SYNOPSIS
Functions
int globus_rsl_boolean_get_operator (globus_rsl_t
*ast_node)
Get the RSL operator used in a boolean RSL composition. globus_list_t *
globus_rsl_boolean_get_operand_list (globus_rsl_t *ast_node)
Get the RSL operand list from a boolean RSL composition. globus_list_t **
globus_rsl_boolean_get_operand_list_ref (globus_rsl_t *boolean_node)
Get a reference to the RSL operand list from a boolean RSL composition. char *
globus_rsl_relation_get_attribute (globus_rsl_t *ast_node)
Get an RSL relation attribute name. int
globus_rsl_relation_get_operator (globus_rsl_t *ast_node)
Get an RSL relation operator. globus_rsl_value_t *
globus_rsl_relation_get_value_sequence (globus_rsl_t *ast_node)
Get the value of an RSL relation. globus_rsl_value_t *
globus_rsl_relation_get_single_value (globus_rsl_t *ast_node)
Get the single value of an RSL relation. char *
globus_rsl_value_literal_get_string (globus_rsl_value_t
*literal_node)
Get the string value of an RSL literal. globus_list_t *
globus_rsl_value_sequence_get_value_list (globus_rsl_value_t
*sequence_node)
Get the value list from an RSL value sequence. globus_rsl_value_t *
globus_rsl_value_variable_get_sequence (globus_rsl_value_t
*variable_node)
Get the value sequence from an RSL variable reference. char *
globus_rsl_value_variable_get_name (globus_rsl_value_t
*variable_node)
Get the name of an RSL variable reference. char *
globus_rsl_value_variable_get_default (globus_rsl_value_t
*variable_node)
Get the default value of an RSL variable reference. int
globus_rsl_value_variable_get_size (globus_rsl_value_t
*variable_node)
Get the size of the value list within an RSL variable reference node.
globus_rsl_value_t * globus_rsl_value_concatenation_get_left
(globus_rsl_value_t *concatenation_node)
Get the left side of a concatenation value. globus_rsl_value_t *
globus_rsl_value_concatenation_get_right (globus_rsl_value_t
*concatenation_node)
Get the right side of a concatenation value. globus_list_t **
globus_rsl_value_sequence_get_list_ref (globus_rsl_value_t
*sequence_node)
Get a reference to the list of values in a sequence.
Detailed Description
RSL Accessor Functions.
Function Documentation
globus_list_t * globus_rsl_boolean_get_operand_list (globus_rsl_t * ast_node)
Get the RSL operand list from a boolean RSL composition. The globus_rsl_boolean_get_operand_list() function returns the list of RSL syntax tree nodes that is joined by a boolean composition.
Parameters
Returns
globus_list_t ** globus_rsl_boolean_get_operand_list_ref (globus_rsl_t * boolean_node)
Get a reference to the RSL operand list from a boolean RSL composition. The globus_rsl_boolean_get_operand_list_ref() function returns a pointer to the list of RSL syntax tree nodes that is joined by a boolean composition. If this list is modified, then the value of boolean syntax tree is modified.
Parameters
Returns
int globus_rsl_boolean_get_operator (globus_rsl_t * ast_node)
Get the RSL operator used in a boolean RSL composition. The globus_rsl_boolean_get_operator() function returns the operator that is used by the boolean RSL composition.
Parameters
Returns
char * globus_rsl_relation_get_attribute (globus_rsl_t * ast_node)
Get an RSL relation attribute name. The globus_rsl_relation_get_attribute() function returns a pointer to the name of the attribute in an RSL relation. This return value is a shallow reference to the attribute name.
Parameters
Returns
int globus_rsl_relation_get_operator (globus_rsl_t * ast_node)
Get an RSL relation operator. The globus_rsl_relation_get_operator() function returns the operation type represented by the RSL relation node pointed to by the ast_node parameter.
Parameters
Returns
globus_rsl_value_t * globus_rsl_relation_get_single_value (globus_rsl_t * ast_node)
Get the single value of an RSL relation. The globus_rsl_relation_get_single_value() function returns the value of an RSL relation node pointed to by the ast_node parameter if the value is a sequence of one value.
Parameters
Returns
globus_rsl_value_t * globus_rsl_relation_get_value_sequence (globus_rsl_t * ast_node)
Get the value of an RSL relation. The globus_rsl_relation_get_value_sequence() function returns the value of an RSL relation node pointed to by the ast_node parameter.
Parameters
Returns
globus_rsl_value_t * globus_rsl_value_concatenation_get_left (globus_rsl_value_t * concatenation_node)
Get the left side of a concatenation value. The globus_rsl_value_concatenation_get_left() function returns the left side of an RSL value concatenation pointed to by the concatenation_node parameter.
Parameters
Returns
globus_rsl_value_t * globus_rsl_value_concatenation_get_right (globus_rsl_value_t * concatenation_node)
Get the right side of a concatenation value. The globus_rsl_value_concatenation_get_right() function returns the right side of an RSL value concatenation pointed to by the concatenation_node parameter.
Parameters
Returns
char * globus_rsl_value_literal_get_string (globus_rsl_value_t * literal_node)
Get the string value of an RSL literal. The globus_rsl_value_literal_get_string() function returns the string value of an RSL literal node pointed to by the literal_node parameter.
Parameters
Returns
globus_list_t ** globus_rsl_value_sequence_get_list_ref (globus_rsl_value_t * sequence_node)
Get a reference to the list of values in a sequence. The globus_rsl_value_sequence_get_list_ref() function returns a reference to the list of values in a value sequence. Any changes to the elements of this list will affect the sequence_node parameter.
Parameters
Returns
globus_list_t * globus_rsl_value_sequence_get_value_list (globus_rsl_value_t * sequence_node)
Get the value list from an RSL value sequence. The globus_rsl_value_sequence_get_value_list() function returns the list of globus_rsl_value_t pointer values associated with the RSL value sequence pointed to by the sequence_node parameter.
Parameters
Returns
char * globus_rsl_value_variable_get_default (globus_rsl_value_t * variable_node)
Get the default value of an RSL variable reference. The globus_rsl_value_variable_get_default() function returns a pointer to the default value of the RSL variable pointed to by the variable_node parameter to use if the variable's name is not bound in the current evaluation context.
Parameters
Returns
char * globus_rsl_value_variable_get_name (globus_rsl_value_t * variable_node)
Get the name of an RSL variable reference. The globus_rsl_value_variable_get_name() function returns a pointer to the name of the RSL variable name pointed to by the variable_node parameter.
Parameters
Returns
globus_rsl_value_t * globus_rsl_value_variable_get_sequence (globus_rsl_value_t * variable_node)
Get the value sequence from an RSL variable reference. The globus_rsl_value_variable_get_sequence() function returns the sequence value associated with the RSL variable reference pointed to by the variable_node parameter.
Parameters
Returns
int globus_rsl_value_variable_get_size (globus_rsl_value_t * variable_node)
Get the size of the value list within an RSL variable reference node. The globus_rsl_value_variable_get_size() function returns the number of nodes in the RSL variable reference node pointed to by the variable_node parameter.
Parameters
Returns
Author
Generated automatically by Doxygen for globus_rsl from the source code.
| Version 11.4 | globus_rsl |