Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/gtl/include/GTL/gml_parser.h>
Public Attributes | |
char * | key |
GML_value | kind |
union GML_pair_val | value |
struct GML_pair * | next |
Definition at line 30 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 30 of file gml_parser.h
char* GML_pair::key |
Definition at line 31 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 31 of file gml_parser.h
Referenced by conftest.RootHashAssertionError::__init__(), GML_parser(), GML_print_list(), graph::load(), shower2::load_edge_info_handler(), Jetscape::PartonShower::load_edge_info_handler(), Jetscape::PartonShower::load_node_info_handler(), and shower2::load_node_info_handler().
GML_value GML_pair::kind |
Definition at line 32 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 32 of file gml_parser.h
Referenced by GML_free_list(), GML_parser(), GML_print_list(), and graph::load().
struct GML_pair* GML_pair::next |
Definition at line 34 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 34 of file gml_parser.h
Referenced by GML_free_list(), GML_parser(), GML_print_list(), graph::load(), shower2::load_edge_info_handler(), Jetscape::PartonShower::load_edge_info_handler(), Jetscape::PartonShower::load_node_info_handler(), and shower2::load_node_info_handler().
union GML_pair_val GML_pair::value |
Definition at line 33 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 33 of file gml_parser.h
Referenced by GML_free_list(), GML_parser(), GML_print_list(), graph::load(), shower2::load_edge_info_handler(), Jetscape::PartonShower::load_edge_info_handler(), Jetscape::PartonShower::load_node_info_handler(), and shower2::load_node_info_handler().