C and C++ Binaries

cs_pdg_vertex_syntax.h

Defines operations on cs_vertex_syntax_element and cs_vertex_syntax_kind.



Links


Defines

#define CS_PDG_VERTEX_SYNTAX_H

Functions

cs_result cs_pdg_vertex_syntax_kind_name ( cs_vertex_syntax_kind kind, cs_const_string * out_string )
Retrieve the name of a cs_vertex_syntax_kind.
cs_result cs_pdg_vertex_syntax_element_name ( cs_vertex_syntax_element element, cs_const_string * out_string )
Retrieve the name of a cs_vertex_syntax_element.

Function Descriptions

Function cs_pdg_vertex_syntax_kind_name
cs_result cs_pdg_vertex_syntax_kind_name (
Retrieve the name of a cs_vertex_syntax_kind.
Parameters
kind [in] The cs_vertex_syntax_kind for which the name is to be retrieved.
out_string [out] The string representation of the name of kind.
Returns A cs_result:
Time-Complexity O(1)
Function cs_pdg_vertex_syntax_element_name
cs_result cs_pdg_vertex_syntax_element_name (
Retrieve the name of a cs_vertex_syntax_element.
Parameters
element [in] The cs_vertex_syntax_element for which the name is to be retrieved.
out_string [out] The string representation of the name of element.
Returns A cs_result:
Time-Complexity O(1)