Man page - globus_rsl_print_recursive(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_print(3) | Library Functions Manual | globus_rsl_print(3) |
NAME
globus_rsl_print - RSL Display
- RSL Display.
SYNOPSIS
Functions
int globus_rsl_value_print_recursive (globus_rsl_value_t
*globus_rsl_value_ptr)
Print the value of a globus_rsl_value_t to standard output. char *
globus_rsl_get_operator (int my_op)
Get the string representation of an RSL operator. int
globus_rsl_print_recursive (globus_rsl_t *ast_node)
Print the value of an RSL syntax tree to standard output. char *
globus_rsl_unparse (globus_rsl_t *rsl_spec)
Convert an RSL parse tree to a string. char * globus_rsl_value_unparse
(globus_rsl_value_t *rsl_value)
Convert an RSL value pointer to a string.
Detailed Description
RSL Display.
Function Documentation
char * globus_rsl_get_operator (int my_op)
Get the string representation of an RSL operator. The globus_rsl_get_operator() function returns a pointer to a static string that represents the RSL operator passed in via the my_op parameter. If the operator is not value, then globus_rsl_get_operator() returns a pointer to the string '??'
Parameters
Returns
int globus_rsl_print_recursive (globus_rsl_t * ast_node)
Print the value of an RSL syntax tree to standard output. The globus_rsl_print_recursive() function prints a string representation of the RSL syntax tree pointed to by the ast_node parameter to standard output. This function is not reentrant.
Parameters
Returns
char * globus_rsl_unparse (globus_rsl_t * rsl_spec)
Convert an RSL parse tree to a string. The globus_rsl_unparse() function returns a new string which can be parsed into the RSL syntax tree passed as the rsl_spec parameter. The caller is responsible for freeing this string.
Parameters
Returns
int globus_rsl_value_print_recursive (globus_rsl_value_t * globus_rsl_value_ptr)
Print the value of a globus_rsl_value_t to standard output. The globus_rsl_value_print_recursive() function prints a string representation of the RSL value node pointed to by the globus_rsl_value_ptr parameter to standard output. This function is not reentrant.
Parameters
Returns
char * globus_rsl_value_unparse (globus_rsl_value_t * rsl_value)
Convert an RSL value pointer to a string. The globus_rsl_value_unparse() function returns a new string which can be parsed into the value of an RSL relation that has the same syntactic meaning as the rsl_value parameter. The caller is responsible for freeing this string.
Parameters
Returns
Author
Generated automatically by Doxygen for globus_rsl from the source code.
| Version 11.4 | globus_rsl |