Module ATDGenerated.Clang_ast_b
type access_specifier
= Clang_ast_t.access_specifier
type attribute_kind
= Clang_ast_t.attribute_kind
=
type binary_operator_kind
= Clang_ast_t.binary_operator_kind
type binary_operator_info
= Clang_ast_t.binary_operator_info
=
{
boi_kind : binary_operator_kind;
}
type builtin_type_kind
= Clang_ast_t.builtin_type_kind
type cast_kind
= Clang_ast_t.cast_kind
type cxx_base_specifier
= Clang_ast_t.cxx_base_specifier
=
{
xbs_name : string;
xbs_virtual : bool;
}
type cast_expr_info
= Clang_ast_t.cast_expr_info
=
{
cei_cast_kind : cast_kind;
cei_base_path : cxx_base_specifier list;
}
type cxx_noexcept_expr_info
= Clang_ast_t.cxx_noexcept_expr_info
=
{
xnee_value : bool;
}
type decl_context_info
= Clang_ast_t.decl_context_info
=
{
dci_has_external_lexical_storage : bool;
dci_has_external_visible_storage : bool;
}
type decl_kind
= Clang_ast_t.decl_kind
type declaration_name_kind
= Clang_ast_t.declaration_name_kind
type declaration_name
= Clang_ast_t.declaration_name
=
{
dn_kind : declaration_name_kind;
dn_name : string;
}
type enum_decl_scope
= Clang_ast_t.enum_decl_scope
type enum_decl_info
= Clang_ast_t.enum_decl_info
=
{
edi_scope : enum_decl_scope option;
edi_is_module_private : bool;
}
type input_kind
= Clang_ast_t.input_kind
type integer_literal_info
= Clang_ast_t.integer_literal_info
=
{
ili_is_signed : bool;
ili_bitwidth : int;
ili_value : string;
}
type integer_type_widths
= Clang_ast_t.integer_type_widths
=
{
itw_char_type : int;
itw_short_type : int;
itw_int_type : int;
itw_long_type : int;
itw_longlong_type : int;
}
type lambda_capture_kind
= Clang_ast_t.lambda_capture_kind
type named_decl_info
= Clang_ast_t.named_decl_info
=
{
ni_name : string;
ni_qual_name : string list;
}
type obj_c_access_control
= Clang_ast_t.obj_c_access_control
type obj_c_availability_check_expr_info
= Clang_ast_t.obj_c_availability_check_expr_info
=
{
oacei_version : string option;
}
type obj_c_bridge_cast_kind
= Clang_ast_t.obj_c_bridge_cast_kind
type obj_c_bridged_cast_expr_info
= Clang_ast_t.obj_c_bridged_cast_expr_info
=
{
obcei_cast_kind : obj_c_bridge_cast_kind;
}
type obj_c_ivar_decl_info
= Clang_ast_t.obj_c_ivar_decl_info
=
{
ovdi_is_synthesize : bool;
ovdi_access_control : obj_c_access_control;
}
type obj_c_property_control
= Clang_ast_t.obj_c_property_control
type obj_c_subscript_kind
= Clang_ast_t.obj_c_subscript_kind
type objc_lifetime_attr
= Clang_ast_t.objc_lifetime_attr
type attr_type_info
= Clang_ast_t.attr_type_info
=
{
ati_attr_kind : attribute_kind;
ati_lifetime : objc_lifetime_attr;
}
type object_kind
= Clang_ast_t.object_kind
type offset_of_expr_info
= Clang_ast_t.offset_of_expr_info
=
{
ooe_literal : integer_literal_info option;
}
type pointer
= Clang_ast_t.pointer
type addr_label_expr_info
= Clang_ast_t.addr_label_expr_info
=
{
alei_label : string;
alei_pointer : pointer;
}
type cxx_new_expr_info
= Clang_ast_t.cxx_new_expr_info
=
{
xnei_is_array : bool;
xnei_array_size_expr : pointer option;
xnei_initializer_expr : pointer option;
xnei_placement_args : pointer list;
}
type cxx_temporary
= Clang_ast_t.cxx_temporary
type cxx_bind_temporary_expr_info
= Clang_ast_t.cxx_bind_temporary_expr_info
=
{
xbtei_cxx_temporary : cxx_temporary;
}
type goto_stmt_info
= Clang_ast_t.goto_stmt_info
=
{
gsi_label : string;
gsi_pointer : pointer;
}
type obj_c_array_literal_expr_info
= Clang_ast_t.obj_c_array_literal_expr_info
=
{
oalei_array_method : pointer option;
}
type obj_c_dictionary_literal_expr_info
= Clang_ast_t.obj_c_dictionary_literal_expr_info
=
{
odlei_dict_method : pointer option;
}
type predefined_expr_type
= Clang_ast_t.predefined_expr_type
type property_attribute
= Clang_ast_t.property_attribute
type property_implementation
= Clang_ast_t.property_implementation
type record_decl_info
= Clang_ast_t.record_decl_info
=
{
rdi_definition_ptr : pointer;
rdi_is_module_private : bool;
rdi_is_complete_definition : bool;
rdi_is_dependent_type : bool;
}
type selector
= Clang_ast_t.selector
type obj_c_method_ref_info
= Clang_ast_t.obj_c_method_ref_info
=
{
mri_getter : selector option;
mri_setter : selector option;
}
type obj_c_subscript_ref_expr_info
= Clang_ast_t.obj_c_subscript_ref_expr_info
=
{
osrei_kind : obj_c_subscript_kind;
osrei_getter : selector option;
osrei_setter : selector option;
}
type objc_boxed_expr_info
= Clang_ast_t.objc_boxed_expr_info
=
{
obei_boxing_method : selector option;
}
type sentinel_attr_info
= Clang_ast_t.sentinel_attr_info
=
{
sai_sentinel : int;
sai_null_pos : int;
}
type source_file
= Clang_ast_t.source_file
type source_location
= Clang_ast_t.source_location
=
{
mutable sl_file : source_file option;
mutable sl_line : int option;
mutable sl_column : int option;
}
type source_range
= Clang_ast_t.source_range
type attribute_info
= Clang_ast_t.attribute_info
=
{
ai_pointer : pointer;
ai_source_range : source_range;
}
type attr_tuple
= Clang_ast_t.attr_tuple
type comment_info
= Clang_ast_t.comment_info
=
{
ci_parent_pointer : pointer;
ci_source_range : source_range;
}
type specifier_kind
= Clang_ast_t.specifier_kind
type stmt_info
= Clang_ast_t.stmt_info
=
{
si_pointer : pointer;
si_source_range : source_range;
}
type tag_kind
= Clang_ast_t.tag_kind
type type_ptr
= Clang_ast_t.type_ptr
type qual_type
= Clang_ast_t.qual_type
=
{
qt_type_ptr : type_ptr;
qt_is_const : bool;
qt_is_restrict : bool;
qt_is_volatile : bool;
}
type array_type_info
= Clang_ast_t.array_type_info
=
{
arti_element_type : qual_type;
arti_stride : int option;
}
type compound_assign_operator_info
= Clang_ast_t.compound_assign_operator_info
=
{
caoi_lhs_type : qual_type;
caoi_result_type : qual_type;
}
type cxx_delete_expr_info
= Clang_ast_t.cxx_delete_expr_info
=
{
xdei_is_array : bool;
xdei_destroyed_type : qual_type;
}
type decl_ref
= Clang_ast_t.decl_ref
=
{
dr_kind : decl_kind;
dr_decl_pointer : pointer;
dr_name : named_decl_info option;
dr_qual_type : qual_type option;
}
type cxx_construct_expr_info
= Clang_ast_t.cxx_construct_expr_info
=
{
xcei_decl_ref : decl_ref;
xcei_is_elidable : bool;
xcei_requires_zero_initialization : bool;
xcei_is_copy_constructor : bool;
}
type cxx_ctor_initializer_subject
= Clang_ast_t.cxx_ctor_initializer_subject
type decl_ref_expr_info
= Clang_ast_t.decl_ref_expr_info
=
{
drti_decl_ref : decl_ref option;
drti_found_decl_ref : decl_ref option;
}
type expr_with_cleanups_info
= Clang_ast_t.expr_with_cleanups_info
=
{
ewci_decl_refs : decl_ref list;
}
type function_type_info
= Clang_ast_t.function_type_info
=
{
fti_return_type : qual_type;
}
type materialize_temporary_expr_info
= Clang_ast_t.materialize_temporary_expr_info
=
{
mtei_decl_ref : decl_ref option;
}
type member_expr_info
= Clang_ast_t.member_expr_info
=
{
mei_is_arrow : bool;
mei_performs_virtual_dispatch : bool;
mei_name : named_decl_info;
mei_decl_ref : decl_ref;
}
type namespace_decl_info
= Clang_ast_t.namespace_decl_info
=
{
ndi_is_inline : bool;
ndi_original_namespace : decl_ref option;
}
type nested_name_specifier_loc
= Clang_ast_t.nested_name_specifier_loc
=
{
nnsl_kind : specifier_kind;
nnsl_ref : decl_ref option;
}
type namespace_alias_decl_info
= Clang_ast_t.namespace_alias_decl_info
=
{
nadi_namespace_loc : source_location;
nadi_target_name_loc : source_location;
nadi_nested_name_specifier_locs : nested_name_specifier_loc list;
nadi_namespace : decl_ref;
}
type obj_c_category_decl_info
= Clang_ast_t.obj_c_category_decl_info
=
{
odi_class_interface : decl_ref option;
odi_implementation : decl_ref option;
odi_protocols : decl_ref list;
}
type obj_c_category_impl_decl_info
= Clang_ast_t.obj_c_category_impl_decl_info
=
{
ocidi_class_interface : decl_ref option;
ocidi_category_decl : decl_ref option;
}
type obj_c_compatible_alias_decl_info
= Clang_ast_t.obj_c_compatible_alias_decl_info
=
{
ocadi_class_interface : decl_ref option;
}
type obj_c_interface_decl_info
= Clang_ast_t.obj_c_interface_decl_info
=
{
otdi_super : decl_ref option;
otdi_implementation : decl_ref option;
otdi_protocols : decl_ref list;
otdi_known_categories : decl_ref list;
}
type obj_c_ivar_ref_expr_info
= Clang_ast_t.obj_c_ivar_ref_expr_info
=
{
ovrei_decl_ref : decl_ref;
ovrei_pointer : pointer;
ovrei_is_free_ivar : bool;
}
type obj_c_property_decl_info
= Clang_ast_t.obj_c_property_decl_info
=
{
opdi_qual_type : qual_type;
opdi_getter_method : decl_ref option;
opdi_setter_method : decl_ref option;
opdi_ivar_decl : decl_ref option;
opdi_property_control : obj_c_property_control;
opdi_property_attributes : property_attribute list;
}
type obj_c_property_impl_decl_info
= Clang_ast_t.obj_c_property_impl_decl_info
=
{
opidi_implementation : property_implementation;
opidi_property_decl : decl_ref option;
opidi_ivar_decl : decl_ref option;
}
type obj_c_protocol_decl_info
= Clang_ast_t.obj_c_protocol_decl_info
=
{
opcdi_protocols : decl_ref list;
}
type objc_encode_expr_info
= Clang_ast_t.objc_encode_expr_info
=
{
oeei_qual_type : qual_type;
oeei_raw : string;
}
type objc_object_type_info
= Clang_ast_t.objc_object_type_info
=
{
ooti_base_type : type_ptr;
ooti_protocol_decls_ptr : pointer list;
ooti_type_args : qual_type list;
}
type overload_expr_info
= Clang_ast_t.overload_expr_info
=
{
oei_decls : decl_ref list;
oei_name : declaration_name;
}
type params_type_info
= Clang_ast_t.params_type_info
=
{
pti_params_type : qual_type list;
}
type property_ref_kind
= Clang_ast_t.property_ref_kind
type obj_c_property_ref_expr_info
= Clang_ast_t.obj_c_property_ref_expr_info
=
{
oprei_kind : property_ref_kind;
oprei_is_super_receiver : bool;
oprei_is_messaging_getter : bool;
oprei_is_messaging_setter : bool;
}
type receiver_kind
= Clang_ast_t.receiver_kind
type obj_c_message_expr_info
= Clang_ast_t.obj_c_message_expr_info
=
{
omei_selector : string;
omei_is_definition_found : bool;
omei_decl_pointer : pointer option;
omei_receiver_kind : receiver_kind;
}
type type_info
= Clang_ast_t.type_info
=
{
ti_pointer : pointer;
ti_desugared_type : type_ptr option;
}
type type_trait_info
= Clang_ast_t.type_trait_info
=
{
xtti_value : bool;
}
type typedef_decl_info
= Clang_ast_t.typedef_decl_info
=
{
tdi_is_module_private : bool;
}
type typedef_type_info
= Clang_ast_t.typedef_type_info
=
{
tti_child_type : qual_type;
tti_decl_ptr : pointer;
}
type c_type
= Clang_ast_t.c_type
=
|
NoneType of type_info
|
AdjustedType of type_info * qual_type
|
DecayedType of type_info * qual_type
|
ConstantArrayType of type_info * array_type_info * int
|
DependentSizedArrayType of type_info * array_type_info
|
IncompleteArrayType of type_info * array_type_info
|
VariableArrayType of type_info * array_type_info * pointer
|
AtomicType of type_info * qual_type
|
AttributedType of type_info * attr_type_info
|
BlockPointerType of type_info * qual_type
|
BuiltinType of type_info * builtin_type_kind
|
ComplexType of type_info
|
DecltypeType of type_info * qual_type
|
AutoType of type_info
|
DeducedTemplateSpecializationType of type_info
|
DependentAddressSpaceType of type_info
|
DependentExtIntType of type_info
|
DependentNameType of type_info
|
DependentSizedExtVectorType of type_info
|
DependentTemplateSpecializationType of type_info
|
DependentVectorType of type_info
|
ElaboratedType of type_info
|
ExtIntType of type_info
|
FunctionNoProtoType of type_info * function_type_info
|
FunctionProtoType of type_info * function_type_info * params_type_info
|
InjectedClassNameType of type_info
|
MacroQualifiedType of type_info
|
ConstantMatrixType of type_info
|
DependentSizedMatrixType of type_info
|
MemberPointerType of type_info * qual_type
|
ObjCObjectPointerType of type_info * qual_type
|
ObjCObjectType of type_info * objc_object_type_info
|
ObjCInterfaceType of type_info * pointer
|
ObjCTypeParamType of type_info
|
PackExpansionType of type_info
|
ParenType of type_info * qual_type
|
PipeType of type_info
|
PointerType of type_info * qual_type
|
LValueReferenceType of type_info * qual_type
|
RValueReferenceType of type_info * qual_type
|
SubstTemplateTypeParmPackType of type_info
|
SubstTemplateTypeParmType of type_info
|
EnumType of type_info * pointer
|
RecordType of type_info * pointer
|
TemplateSpecializationType of type_info
|
TemplateTypeParmType of type_info
|
TypeOfExprType of type_info
|
TypeOfType of type_info
|
TypedefType of type_info * typedef_type_info
|
UnaryTransformType of type_info
|
UnresolvedUsingType of type_info
|
VectorType of type_info
|
ExtVectorType of type_info
type translation_unit_decl_info
= Clang_ast_t.translation_unit_decl_info
=
{
tudi_input_path : source_file;
tudi_input_kind : input_kind;
tudi_integer_type_widths : integer_type_widths;
tudi_is_objc_arc_on : bool;
tudi_types : c_type list;
}
type unary_expr_or_type_trait_kind
= Clang_ast_t.unary_expr_or_type_trait_kind
type unary_expr_or_type_trait_expr_info
= Clang_ast_t.unary_expr_or_type_trait_expr_info
=
{
uttei_kind : unary_expr_or_type_trait_kind;
uttei_qual_type : qual_type;
}
type unary_operator_kind
= Clang_ast_t.unary_operator_kind
type unary_operator_info
= Clang_ast_t.unary_operator_info
=
{
uoi_kind : unary_operator_kind;
uoi_is_postfix : bool;
}
type unresolved_lookup_expr_info
= Clang_ast_t.unresolved_lookup_expr_info
=
{
ulei_requires_ADL : bool;
ulei_is_overloaded : bool;
ulei_naming_class : decl_ref option;
}
type using_directive_decl_info
= Clang_ast_t.using_directive_decl_info
=
{
uddi_using_location : source_location;
uddi_namespace_key_location : source_location;
uddi_nested_name_specifier_locs : nested_name_specifier_loc list;
uddi_nominated_namespace : decl_ref option;
}
type value_kind
= Clang_ast_t.value_kind
type expr_info
= Clang_ast_t.expr_info
=
{
ei_qual_type : qual_type;
ei_value_kind : value_kind;
ei_object_kind : object_kind;
}
type version_tuple
= Clang_ast_t.version_tuple
=
{
vt_major : int;
vt_minor : int option;
vt_subminor : int option;
vt_build : int option;
}
type availability_attr_info
= Clang_ast_t.availability_attr_info
=
{
aai_platform : string option;
aai_introduced : version_tuple;
}
type visibility_attr
= Clang_ast_t.visibility_attr
=
|
DefaultVisibility
|
HiddenVisibility
|
ProtectedVisibility
type attribute
= Clang_ast_t.attribute
type template_instantiation_arg_info
= Clang_ast_t.template_instantiation_arg_info
type comment
= Clang_ast_t.comment
=
|
BlockCommandComment of comment_info * comment list
|
ParamCommandComment of comment_info * comment list
|
TParamCommandComment of comment_info * comment list
|
VerbatimBlockComment of comment_info * comment list
|
VerbatimLineComment of comment_info * comment list
|
ParagraphComment of comment_info * comment list
|
FullComment of comment_info * comment list
|
HTMLEndTagComment of comment_info * comment list
|
HTMLStartTagComment of comment_info * comment list
|
InlineCommandComment of comment_info * comment list
|
TextComment of comment_info * comment list
|
VerbatimBlockLineComment of comment_info * comment list
type template_specialization_info
= Clang_ast_t.template_specialization_info
=
{
tsi_template_decl : pointer;
tsi_specialization_args : template_instantiation_arg_info list;
}
type decl_info
= Clang_ast_t.decl_info
=
{
di_pointer : pointer;
di_parent_pointer : pointer option;
di_source_range : source_range;
di_owning_module : string option;
di_is_implicit : bool;
di_is_used : bool;
di_is_this_declaration_referenced : bool;
di_is_invalid_decl : bool;
di_attributes : attribute list;
di_full_comment : comment option;
di_access : access_specifier;
}
type block_captured_variable
= Clang_ast_t.block_captured_variable
=
{
bcv_is_by_ref : bool;
bcv_is_nested : bool;
bcv_variable : decl_ref option;
bcv_copy_expr : stmt option;
}
and block_decl_info
= Clang_ast_t.block_decl_info
=
{
bdi_parameters : decl list;
bdi_is_variadic : bool;
bdi_captures_cxx_this : bool;
bdi_captured_variables : block_captured_variable list;
bdi_body : stmt option;
bdi_mangled_name : string;
}
and cxx_catch_stmt_info
= Clang_ast_t.cxx_catch_stmt_info
=
{
xcsi_variable : decl option;
}
and cxx_ctor_initializer
= Clang_ast_t.cxx_ctor_initializer
=
{
xci_subject : cxx_ctor_initializer_subject;
xci_source_range : source_range;
xci_init_expr : stmt option;
}
and cxx_default_expr_info
= Clang_ast_t.cxx_default_expr_info
=
{
xdaei_init_expr : stmt option;
}
and cxx_method_decl_info
= Clang_ast_t.cxx_method_decl_info
=
{
xmdi_is_virtual : bool;
xmdi_is_static : bool;
xmdi_cxx_ctor_initializers : cxx_ctor_initializer list;
xmdi_overriden_methods : decl_ref list;
}
and cxx_record_decl_info
= Clang_ast_t.cxx_record_decl_info
=
{
xrdi_bases : type_ptr list;
xrdi_vbases : type_ptr list;
xrdi_transitive_vbases : type_ptr list;
xrdi_is_pod : bool;
xrdi_destructor : decl_ref option;
xrdi_lambda_call_operator : decl_ref option;
xrdi_lambda_captures : lambda_capture_info list;
}
and decl
= Clang_ast_t.decl
=
and enum_constant_decl_info
= Clang_ast_t.enum_constant_decl_info
=
{
ecdi_init_expr : stmt option;
}
and field_decl_info
= Clang_ast_t.field_decl_info
=
{
fldi_is_mutable : bool;
fldi_is_module_private : bool;
fldi_init_expr : stmt option;
fldi_bit_width_expr : stmt option;
}
and friend_info
= Clang_ast_t.friend_info
and function_decl_info
= Clang_ast_t.function_decl_info
=
{
fdi_mangled_name : string option;
fdi_is_cpp : bool;
fdi_is_inline : bool;
fdi_is_module_private : bool;
fdi_is_pure : bool;
fdi_is_delete_as_written : bool;
fdi_is_no_return : bool;
fdi_is_constexpr : bool;
fdi_is_variadic : bool;
fdi_is_static : bool;
fdi_parameters : decl list;
fdi_decl_ptr_with_body : pointer option;
fdi_body : stmt option;
fdi_template_specialization : template_specialization_info option;
}
and generic_selection_info
= Clang_ast_t.generic_selection_info
=
{
gse_value : stmt option;
}
and if_stmt_info
= Clang_ast_t.if_stmt_info
=
{
isi_init : pointer option;
isi_cond_var : stmt option;
isi_cond : pointer;
isi_then : pointer;
isi_else : (pointer * source_location) option;
}
and lambda_capture_info
= Clang_ast_t.lambda_capture_info
=
{
lci_capture_kind : lambda_capture_kind;
lci_capture_this : bool;
lci_capture_variable : bool;
lci_capture_VLAtype : bool;
lci_init_captured_vardecl : decl option;
lci_captured_var : decl_ref option;
lci_is_implicit : bool;
lci_location : source_range;
lci_is_pack_expansion : bool;
}
and lambda_expr_info
= Clang_ast_t.lambda_expr_info
=
{
lei_lambda_decl : decl;
}
and obj_c_implementation_decl_info
= Clang_ast_t.obj_c_implementation_decl_info
=
{
oidi_super : decl_ref option;
oidi_class_interface : decl_ref option;
oidi_ivar_initializers : cxx_ctor_initializer list;
}
and obj_c_message_expr_kind
= Clang_ast_t.obj_c_message_expr_kind
and obj_c_method_decl_info
= Clang_ast_t.obj_c_method_decl_info
=
{
omdi_is_instance_method : bool;
omdi_result_type : qual_type;
omdi_is_property_accessor : bool;
omdi_property_decl : decl_ref option;
omdi_parameters : decl list;
omdi_implicit_parameters : decl list;
omdi_is_variadic : bool;
omdi_is_overriding : bool;
omdi_is_optional : bool;
omdi_body : stmt option;
omdi_mangled_name : string;
}
and opaque_value_expr_info
= Clang_ast_t.opaque_value_expr_info
=
{
ovei_source_expr : stmt option;
}
and stmt
= Clang_ast_t.stmt
=
|
GCCAsmStmt of stmt_info * stmt list
|
MSAsmStmt of stmt_info * stmt list
|
BreakStmt of stmt_info * stmt list
|
CXXCatchStmt of stmt_info * stmt list * cxx_catch_stmt_info
|
CXXForRangeStmt of stmt_info * stmt list
|
CXXTryStmt of stmt_info * stmt list
|
CapturedStmt of stmt_info * stmt list
|
CompoundStmt of stmt_info * stmt list
|
ContinueStmt of stmt_info * stmt list
|
CoreturnStmt of stmt_info * stmt list
|
CoroutineBodyStmt of stmt_info * stmt list
|
DeclStmt of stmt_info * stmt list * decl list
|
DoStmt of stmt_info * stmt list
|
ForStmt of stmt_info * stmt list
|
GotoStmt of stmt_info * stmt list * goto_stmt_info
|
IfStmt of stmt_info * stmt list * if_stmt_info
|
IndirectGotoStmt of stmt_info * stmt list
|
MSDependentExistsStmt of stmt_info * stmt list
|
NullStmt of stmt_info * stmt list
|
OMPAtomicDirective of stmt_info * stmt list
|
OMPBarrierDirective of stmt_info * stmt list
|
OMPCancelDirective of stmt_info * stmt list
|
OMPCancellationPointDirective of stmt_info * stmt list
|
OMPCriticalDirective of stmt_info * stmt list
|
OMPDepobjDirective of stmt_info * stmt list
|
OMPFlushDirective of stmt_info * stmt list
|
OMPDistributeDirective of stmt_info * stmt list
|
OMPDistributeParallelForDirective of stmt_info * stmt list
|
OMPDistributeParallelForSimdDirective of stmt_info * stmt list
|
OMPDistributeSimdDirective of stmt_info * stmt list
|
OMPForDirective of stmt_info * stmt list
|
OMPForSimdDirective of stmt_info * stmt list
|
OMPMasterTaskLoopDirective of stmt_info * stmt list
|
OMPMasterTaskLoopSimdDirective of stmt_info * stmt list
|
OMPParallelForDirective of stmt_info * stmt list
|
OMPParallelForSimdDirective of stmt_info * stmt list
|
OMPParallelMasterTaskLoopDirective of stmt_info * stmt list
|
OMPParallelMasterTaskLoopSimdDirective of stmt_info * stmt list
|
OMPSimdDirective of stmt_info * stmt list
|
OMPTargetParallelForSimdDirective of stmt_info * stmt list
|
OMPTargetSimdDirective of stmt_info * stmt list
|
OMPTargetTeamsDistributeDirective of stmt_info * stmt list
|
OMPTargetTeamsDistributeParallelForDirective of stmt_info * stmt list
|
OMPTargetTeamsDistributeParallelForSimdDirective of stmt_info * stmt list
|
OMPTargetTeamsDistributeSimdDirective of stmt_info * stmt list
|
OMPTaskLoopDirective of stmt_info * stmt list
|
OMPTaskLoopSimdDirective of stmt_info * stmt list
|
OMPTeamsDistributeDirective of stmt_info * stmt list
|
OMPTeamsDistributeParallelForDirective of stmt_info * stmt list
|
OMPTeamsDistributeParallelForSimdDirective of stmt_info * stmt list
|
OMPTeamsDistributeSimdDirective of stmt_info * stmt list
|
OMPMasterDirective of stmt_info * stmt list
|
OMPOrderedDirective of stmt_info * stmt list
|
OMPParallelDirective of stmt_info * stmt list
|
OMPParallelMasterDirective of stmt_info * stmt list
|
OMPParallelSectionsDirective of stmt_info * stmt list
|
OMPScanDirective of stmt_info * stmt list
|
OMPSectionDirective of stmt_info * stmt list
|
OMPSectionsDirective of stmt_info * stmt list
|
OMPSingleDirective of stmt_info * stmt list
|
OMPTargetDataDirective of stmt_info * stmt list
|
OMPTargetDirective of stmt_info * stmt list
|
OMPTargetEnterDataDirective of stmt_info * stmt list
|
OMPTargetExitDataDirective of stmt_info * stmt list
|
OMPTargetParallelDirective of stmt_info * stmt list
|
OMPTargetParallelForDirective of stmt_info * stmt list
|
OMPTargetTeamsDirective of stmt_info * stmt list
|
OMPTargetUpdateDirective of stmt_info * stmt list
|
OMPTaskDirective of stmt_info * stmt list
|
OMPTaskgroupDirective of stmt_info * stmt list
|
OMPTaskwaitDirective of stmt_info * stmt list
|
OMPTaskyieldDirective of stmt_info * stmt list
|
OMPTeamsDirective of stmt_info * stmt list
|
ObjCAtCatchStmt of stmt_info * stmt list * obj_c_message_expr_kind
|
ObjCAtFinallyStmt of stmt_info * stmt list
|
ObjCAtSynchronizedStmt of stmt_info * stmt list
|
ObjCAtThrowStmt of stmt_info * stmt list
|
ObjCAtTryStmt of stmt_info * stmt list
|
ObjCAutoreleasePoolStmt of stmt_info * stmt list
|
ObjCForCollectionStmt of stmt_info * stmt list
|
ReturnStmt of stmt_info * stmt list
|
SEHExceptStmt of stmt_info * stmt list
|
SEHFinallyStmt of stmt_info * stmt list
|
SEHLeaveStmt of stmt_info * stmt list
|
SEHTryStmt of stmt_info * stmt list
|
CaseStmt of stmt_info * stmt list
|
DefaultStmt of stmt_info * stmt list
|
SwitchStmt of stmt_info * stmt list * switch_stmt_info
|
AttributedStmt of stmt_info * stmt list * attribute list
|
BinaryConditionalOperator of stmt_info * stmt list * expr_info
|
ConditionalOperator of stmt_info * stmt list * expr_info
|
AddrLabelExpr of stmt_info * stmt list * expr_info * addr_label_expr_info
|
ArrayInitIndexExpr of stmt_info * stmt list * expr_info
|
ArrayInitLoopExpr of stmt_info * stmt list * expr_info
|
ArraySubscriptExpr of stmt_info * stmt list * expr_info
|
ArrayTypeTraitExpr of stmt_info * stmt list * expr_info
|
AsTypeExpr of stmt_info * stmt list * expr_info
|
AtomicExpr of stmt_info * stmt list * expr_info
|
BinaryOperator of stmt_info * stmt list * expr_info * binary_operator_info
|
CompoundAssignOperator of stmt_info * stmt list * expr_info * binary_operator_info * compound_assign_operator_info
|
BlockExpr of stmt_info * stmt list * expr_info * decl
|
CXXBindTemporaryExpr of stmt_info * stmt list * expr_info * cxx_bind_temporary_expr_info
|
CXXBoolLiteralExpr of stmt_info * stmt list * expr_info * int
|
CXXConstructExpr of stmt_info * stmt list * expr_info * cxx_construct_expr_info
|
CXXTemporaryObjectExpr of stmt_info * stmt list * expr_info * cxx_construct_expr_info
|
CXXDefaultArgExpr of stmt_info * stmt list * expr_info * cxx_default_expr_info
|
CXXDefaultInitExpr of stmt_info * stmt list * expr_info * cxx_default_expr_info
|
CXXDeleteExpr of stmt_info * stmt list * expr_info * cxx_delete_expr_info
|
CXXDependentScopeMemberExpr of stmt_info * stmt list * expr_info
|
CXXFoldExpr of stmt_info * stmt list * expr_info
|
CXXInheritedCtorInitExpr of stmt_info * stmt list * expr_info * cxx_construct_expr_info
|
CXXNewExpr of stmt_info * stmt list * expr_info * cxx_new_expr_info
|
CXXNoexceptExpr of stmt_info * stmt list * expr_info * cxx_noexcept_expr_info
|
CXXNullPtrLiteralExpr of stmt_info * stmt list * expr_info
|
CXXPseudoDestructorExpr of stmt_info * stmt list * expr_info
|
CXXRewrittenBinaryOperator of stmt_info * stmt list * expr_info
|
CXXScalarValueInitExpr of stmt_info * stmt list * expr_info
|
CXXStdInitializerListExpr of stmt_info * stmt list * expr_info
|
CXXThisExpr of stmt_info * stmt list * expr_info
|
CXXThrowExpr of stmt_info * stmt list * expr_info
|
CXXTypeidExpr of stmt_info * stmt list * expr_info
|
CXXUnresolvedConstructExpr of stmt_info * stmt list * expr_info
|
CXXUuidofExpr of stmt_info * stmt list * expr_info
|
CallExpr of stmt_info * stmt list * expr_info
|
CUDAKernelCallExpr of stmt_info * stmt list * expr_info
|
CXXMemberCallExpr of stmt_info * stmt list * expr_info
|
CXXOperatorCallExpr of stmt_info * stmt list * expr_info
|
UserDefinedLiteral of stmt_info * stmt list * expr_info
|
BuiltinBitCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type
|
CStyleCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type
|
CXXFunctionalCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type
|
CXXAddrspaceCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * string
|
CXXConstCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * string
|
CXXDynamicCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * string
|
CXXReinterpretCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * string
|
CXXStaticCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * string
|
ObjCBridgedCastExpr of stmt_info * stmt list * expr_info * cast_expr_info * qual_type * obj_c_bridged_cast_expr_info
|
ImplicitCastExpr of stmt_info * stmt list * expr_info * cast_expr_info
|
CharacterLiteral of stmt_info * stmt list * expr_info * int
|
ChooseExpr of stmt_info * stmt list * expr_info
|
CompoundLiteralExpr of stmt_info * stmt list * expr_info
|
ConceptSpecializationExpr of stmt_info * stmt list * expr_info
|
ConvertVectorExpr of stmt_info * stmt list * expr_info
|
CoawaitExpr of stmt_info * stmt list * expr_info
|
CoyieldExpr of stmt_info * stmt list * expr_info
|
DeclRefExpr of stmt_info * stmt list * expr_info * decl_ref_expr_info
|
DependentCoawaitExpr of stmt_info * stmt list * expr_info
|
DependentScopeDeclRefExpr of stmt_info * stmt list * expr_info
|
DesignatedInitExpr of stmt_info * stmt list * expr_info
|
DesignatedInitUpdateExpr of stmt_info * stmt list * expr_info
|
ExpressionTraitExpr of stmt_info * stmt list * expr_info
|
ExtVectorElementExpr of stmt_info * stmt list * expr_info
|
FixedPointLiteral of stmt_info * stmt list * expr_info * string
|
FloatingLiteral of stmt_info * stmt list * expr_info * string
|
ConstantExpr of stmt_info * stmt list * expr_info
|
ExprWithCleanups of stmt_info * stmt list * expr_info * expr_with_cleanups_info
|
FunctionParmPackExpr of stmt_info * stmt list * expr_info
|
GNUNullExpr of stmt_info * stmt list * expr_info
|
GenericSelectionExpr of stmt_info * stmt list * expr_info * generic_selection_info
|
ImaginaryLiteral of stmt_info * stmt list * expr_info
|
ImplicitValueInitExpr of stmt_info * stmt list * expr_info
|
InitListExpr of stmt_info * stmt list * expr_info
|
IntegerLiteral of stmt_info * stmt list * expr_info * integer_literal_info
|
LambdaExpr of stmt_info * stmt list * expr_info * lambda_expr_info
|
MSPropertyRefExpr of stmt_info * stmt list * expr_info
|
MSPropertySubscriptExpr of stmt_info * stmt list * expr_info
|
MaterializeTemporaryExpr of stmt_info * stmt list * expr_info * materialize_temporary_expr_info
|
MatrixSubscriptExpr of stmt_info * stmt list * expr_info
|
MemberExpr of stmt_info * stmt list * expr_info * member_expr_info
|
NoInitExpr of stmt_info * stmt list * expr_info
|
OMPArraySectionExpr of stmt_info * stmt list * expr_info
|
OMPArrayShapingExpr of stmt_info * stmt list * expr_info
|
OMPIteratorExpr of stmt_info * stmt list * expr_info
|
ObjCArrayLiteral of stmt_info * stmt list * expr_info * obj_c_array_literal_expr_info
|
ObjCAvailabilityCheckExpr of stmt_info * stmt list * expr_info * obj_c_availability_check_expr_info
|
ObjCBoolLiteralExpr of stmt_info * stmt list * expr_info * int
|
ObjCBoxedExpr of stmt_info * stmt list * expr_info * objc_boxed_expr_info
|
ObjCDictionaryLiteral of stmt_info * stmt list * expr_info * obj_c_dictionary_literal_expr_info
|
ObjCEncodeExpr of stmt_info * stmt list * expr_info * objc_encode_expr_info
|
ObjCIndirectCopyRestoreExpr of stmt_info * stmt list * expr_info
|
ObjCIsaExpr of stmt_info * stmt list * expr_info
|
ObjCIvarRefExpr of stmt_info * stmt list * expr_info * obj_c_ivar_ref_expr_info
|
ObjCMessageExpr of stmt_info * stmt list * expr_info * obj_c_message_expr_info
|
ObjCPropertyRefExpr of stmt_info * stmt list * expr_info * obj_c_property_ref_expr_info
|
ObjCProtocolExpr of stmt_info * stmt list * expr_info * decl_ref
|
ObjCSelectorExpr of stmt_info * stmt list * expr_info * selector
|
ObjCStringLiteral of stmt_info * stmt list * expr_info
|
ObjCSubscriptRefExpr of stmt_info * stmt list * expr_info * obj_c_subscript_ref_expr_info
|
OffsetOfExpr of stmt_info * stmt list * expr_info * offset_of_expr_info
|
OpaqueValueExpr of stmt_info * stmt list * expr_info * opaque_value_expr_info
|
UnresolvedLookupExpr of stmt_info * stmt list * expr_info * overload_expr_info * unresolved_lookup_expr_info
|
UnresolvedMemberExpr of stmt_info * stmt list * expr_info * overload_expr_info
|
PackExpansionExpr of stmt_info * stmt list * expr_info
|
ParenExpr of stmt_info * stmt list * expr_info
|
ParenListExpr of stmt_info * stmt list * expr_info
|
PredefinedExpr of stmt_info * stmt list * expr_info * predefined_expr_type
|
PseudoObjectExpr of stmt_info * stmt list * expr_info
|
RecoveryExpr of stmt_info * stmt list * expr_info
|
RequiresExpr of stmt_info * stmt list * expr_info
|
ShuffleVectorExpr of stmt_info * stmt list * expr_info
|
SizeOfPackExpr of stmt_info * stmt list * expr_info
|
SourceLocExpr of stmt_info * stmt list * expr_info
|
StmtExpr of stmt_info * stmt list * expr_info
|
StringLiteral of stmt_info * stmt list * expr_info * string list
|
SubstNonTypeTemplateParmExpr of stmt_info * stmt list * expr_info
|
SubstNonTypeTemplateParmPackExpr of stmt_info * stmt list * expr_info
|
TypeTraitExpr of stmt_info * stmt list * expr_info * type_trait_info
|
TypoExpr of stmt_info * stmt list * expr_info
|
UnaryExprOrTypeTraitExpr of stmt_info * stmt list * expr_info * unary_expr_or_type_trait_expr_info
|
UnaryOperator of stmt_info * stmt list * expr_info * unary_operator_info
|
VAArgExpr of stmt_info * stmt list * expr_info
|
LabelStmt of stmt_info * stmt list * string
|
WhileStmt of stmt_info * stmt list
and switch_stmt_info
= Clang_ast_t.switch_stmt_info
=
{
ssi_init : pointer option;
ssi_cond_var : stmt option;
ssi_cond : pointer;
ssi_body : pointer;
}
and template_decl_info
= Clang_ast_t.template_decl_info
=
{
tdi_specializations : decl list;
}
and var_decl_info
= Clang_ast_t.var_decl_info
=
{
vdi_is_global : bool;
vdi_is_extern : bool;
vdi_is_static : bool;
vdi_is_static_local : bool;
vdi_is_static_data_member : bool;
vdi_is_constexpr : bool;
vdi_is_init_ice : bool;
vdi_init_expr : stmt option;
vdi_is_init_expr_cxx11_constant : bool;
vdi_parm_index_in_function : int option;
}
type lookup
= Clang_ast_t.lookup
=
{
lup_decl_name : string;
lup_decl_refs : decl_ref list;
}
type lookups
= Clang_ast_t.lookups
=
{
lups_decl_ref : decl_ref;
lups_primary_context_pointer : pointer option;
lups_lookups : lookup list;
lups_has_undeserialized_decls : bool;
}
val access_specifier_tag : Bi_io.node_tag
Tag used by the writers for type
access_specifier
. Readers may support more than just this tag.
val write_untagged_access_specifier : Bi_outbuf.t -> access_specifier -> unit
Output an untagged biniou value of type
access_specifier
.
val write_access_specifier : Bi_outbuf.t -> access_specifier -> unit
Output a biniou value of type
access_specifier
.
val string_of_access_specifier : ?len:int -> access_specifier -> string
Serialize a value of type
access_specifier
into a biniou string.
val get_access_specifier_reader : Bi_io.node_tag -> Bi_inbuf.t -> access_specifier
Return a function that reads an untagged biniou value of type
access_specifier
.
val read_access_specifier : Bi_inbuf.t -> access_specifier
Input a tagged biniou value of type
access_specifier
.
val access_specifier_of_string : ?pos:int -> string -> access_specifier
Deserialize a biniou value of type
access_specifier
.- parameter pos
specifies the position where reading starts. Default: 0.
val attribute_kind_tag : Bi_io.node_tag
Tag used by the writers for type
attribute_kind
. Readers may support more than just this tag.
val write_untagged_attribute_kind : Bi_outbuf.t -> attribute_kind -> unit
Output an untagged biniou value of type
attribute_kind
.
val write_attribute_kind : Bi_outbuf.t -> attribute_kind -> unit
Output a biniou value of type
attribute_kind
.
val string_of_attribute_kind : ?len:int -> attribute_kind -> string
Serialize a value of type
attribute_kind
into a biniou string.
val get_attribute_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> attribute_kind
Return a function that reads an untagged biniou value of type
attribute_kind
.
val read_attribute_kind : Bi_inbuf.t -> attribute_kind
Input a tagged biniou value of type
attribute_kind
.
val attribute_kind_of_string : ?pos:int -> string -> attribute_kind
Deserialize a biniou value of type
attribute_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val binary_operator_kind_tag : Bi_io.node_tag
Tag used by the writers for type
binary_operator_kind
. Readers may support more than just this tag.
val write_untagged_binary_operator_kind : Bi_outbuf.t -> binary_operator_kind -> unit
Output an untagged biniou value of type
binary_operator_kind
.
val write_binary_operator_kind : Bi_outbuf.t -> binary_operator_kind -> unit
Output a biniou value of type
binary_operator_kind
.
val string_of_binary_operator_kind : ?len:int -> binary_operator_kind -> string
Serialize a value of type
binary_operator_kind
into a biniou string.
val get_binary_operator_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> binary_operator_kind
Return a function that reads an untagged biniou value of type
binary_operator_kind
.
val read_binary_operator_kind : Bi_inbuf.t -> binary_operator_kind
Input a tagged biniou value of type
binary_operator_kind
.
val binary_operator_kind_of_string : ?pos:int -> string -> binary_operator_kind
Deserialize a biniou value of type
binary_operator_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val binary_operator_info_tag : Bi_io.node_tag
Tag used by the writers for type
binary_operator_info
. Readers may support more than just this tag.
val write_untagged_binary_operator_info : Bi_outbuf.t -> binary_operator_info -> unit
Output an untagged biniou value of type
binary_operator_info
.
val write_binary_operator_info : Bi_outbuf.t -> binary_operator_info -> unit
Output a biniou value of type
binary_operator_info
.
val string_of_binary_operator_info : ?len:int -> binary_operator_info -> string
Serialize a value of type
binary_operator_info
into a biniou string.
val get_binary_operator_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> binary_operator_info
Return a function that reads an untagged biniou value of type
binary_operator_info
.
val read_binary_operator_info : Bi_inbuf.t -> binary_operator_info
Input a tagged biniou value of type
binary_operator_info
.
val binary_operator_info_of_string : ?pos:int -> string -> binary_operator_info
Deserialize a biniou value of type
binary_operator_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val builtin_type_kind_tag : Bi_io.node_tag
Tag used by the writers for type
builtin_type_kind
. Readers may support more than just this tag.
val write_untagged_builtin_type_kind : Bi_outbuf.t -> builtin_type_kind -> unit
Output an untagged biniou value of type
builtin_type_kind
.
val write_builtin_type_kind : Bi_outbuf.t -> builtin_type_kind -> unit
Output a biniou value of type
builtin_type_kind
.
val string_of_builtin_type_kind : ?len:int -> builtin_type_kind -> string
Serialize a value of type
builtin_type_kind
into a biniou string.
val get_builtin_type_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> builtin_type_kind
Return a function that reads an untagged biniou value of type
builtin_type_kind
.
val read_builtin_type_kind : Bi_inbuf.t -> builtin_type_kind
Input a tagged biniou value of type
builtin_type_kind
.
val builtin_type_kind_of_string : ?pos:int -> string -> builtin_type_kind
Deserialize a biniou value of type
builtin_type_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val cast_kind_tag : Bi_io.node_tag
Tag used by the writers for type
cast_kind
. Readers may support more than just this tag.
val write_untagged_cast_kind : Bi_outbuf.t -> cast_kind -> unit
Output an untagged biniou value of type
cast_kind
.
val string_of_cast_kind : ?len:int -> cast_kind -> string
Serialize a value of type
cast_kind
into a biniou string.
val get_cast_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> cast_kind
Return a function that reads an untagged biniou value of type
cast_kind
.
val cast_kind_of_string : ?pos:int -> string -> cast_kind
Deserialize a biniou value of type
cast_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_base_specifier_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_base_specifier
. Readers may support more than just this tag.
val write_untagged_cxx_base_specifier : Bi_outbuf.t -> cxx_base_specifier -> unit
Output an untagged biniou value of type
cxx_base_specifier
.
val write_cxx_base_specifier : Bi_outbuf.t -> cxx_base_specifier -> unit
Output a biniou value of type
cxx_base_specifier
.
val string_of_cxx_base_specifier : ?len:int -> cxx_base_specifier -> string
Serialize a value of type
cxx_base_specifier
into a biniou string.
val get_cxx_base_specifier_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_base_specifier
Return a function that reads an untagged biniou value of type
cxx_base_specifier
.
val read_cxx_base_specifier : Bi_inbuf.t -> cxx_base_specifier
Input a tagged biniou value of type
cxx_base_specifier
.
val cxx_base_specifier_of_string : ?pos:int -> string -> cxx_base_specifier
Deserialize a biniou value of type
cxx_base_specifier
.- parameter pos
specifies the position where reading starts. Default: 0.
val cast_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cast_expr_info
. Readers may support more than just this tag.
val write_untagged_cast_expr_info : Bi_outbuf.t -> cast_expr_info -> unit
Output an untagged biniou value of type
cast_expr_info
.
val write_cast_expr_info : Bi_outbuf.t -> cast_expr_info -> unit
Output a biniou value of type
cast_expr_info
.
val string_of_cast_expr_info : ?len:int -> cast_expr_info -> string
Serialize a value of type
cast_expr_info
into a biniou string.
val get_cast_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cast_expr_info
Return a function that reads an untagged biniou value of type
cast_expr_info
.
val read_cast_expr_info : Bi_inbuf.t -> cast_expr_info
Input a tagged biniou value of type
cast_expr_info
.
val cast_expr_info_of_string : ?pos:int -> string -> cast_expr_info
Deserialize a biniou value of type
cast_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_noexcept_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_noexcept_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_noexcept_expr_info : Bi_outbuf.t -> cxx_noexcept_expr_info -> unit
Output an untagged biniou value of type
cxx_noexcept_expr_info
.
val write_cxx_noexcept_expr_info : Bi_outbuf.t -> cxx_noexcept_expr_info -> unit
Output a biniou value of type
cxx_noexcept_expr_info
.
val string_of_cxx_noexcept_expr_info : ?len:int -> cxx_noexcept_expr_info -> string
Serialize a value of type
cxx_noexcept_expr_info
into a biniou string.
val get_cxx_noexcept_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_noexcept_expr_info
Return a function that reads an untagged biniou value of type
cxx_noexcept_expr_info
.
val read_cxx_noexcept_expr_info : Bi_inbuf.t -> cxx_noexcept_expr_info
Input a tagged biniou value of type
cxx_noexcept_expr_info
.
val cxx_noexcept_expr_info_of_string : ?pos:int -> string -> cxx_noexcept_expr_info
Deserialize a biniou value of type
cxx_noexcept_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_context_info_tag : Bi_io.node_tag
Tag used by the writers for type
decl_context_info
. Readers may support more than just this tag.
val write_untagged_decl_context_info : Bi_outbuf.t -> decl_context_info -> unit
Output an untagged biniou value of type
decl_context_info
.
val write_decl_context_info : Bi_outbuf.t -> decl_context_info -> unit
Output a biniou value of type
decl_context_info
.
val string_of_decl_context_info : ?len:int -> decl_context_info -> string
Serialize a value of type
decl_context_info
into a biniou string.
val get_decl_context_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl_context_info
Return a function that reads an untagged biniou value of type
decl_context_info
.
val read_decl_context_info : Bi_inbuf.t -> decl_context_info
Input a tagged biniou value of type
decl_context_info
.
val decl_context_info_of_string : ?pos:int -> string -> decl_context_info
Deserialize a biniou value of type
decl_context_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_kind_tag : Bi_io.node_tag
Tag used by the writers for type
decl_kind
. Readers may support more than just this tag.
val write_untagged_decl_kind : Bi_outbuf.t -> decl_kind -> unit
Output an untagged biniou value of type
decl_kind
.
val string_of_decl_kind : ?len:int -> decl_kind -> string
Serialize a value of type
decl_kind
into a biniou string.
val get_decl_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl_kind
Return a function that reads an untagged biniou value of type
decl_kind
.
val decl_kind_of_string : ?pos:int -> string -> decl_kind
Deserialize a biniou value of type
decl_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val declaration_name_kind_tag : Bi_io.node_tag
Tag used by the writers for type
declaration_name_kind
. Readers may support more than just this tag.
val write_untagged_declaration_name_kind : Bi_outbuf.t -> declaration_name_kind -> unit
Output an untagged biniou value of type
declaration_name_kind
.
val write_declaration_name_kind : Bi_outbuf.t -> declaration_name_kind -> unit
Output a biniou value of type
declaration_name_kind
.
val string_of_declaration_name_kind : ?len:int -> declaration_name_kind -> string
Serialize a value of type
declaration_name_kind
into a biniou string.
val get_declaration_name_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> declaration_name_kind
Return a function that reads an untagged biniou value of type
declaration_name_kind
.
val read_declaration_name_kind : Bi_inbuf.t -> declaration_name_kind
Input a tagged biniou value of type
declaration_name_kind
.
val declaration_name_kind_of_string : ?pos:int -> string -> declaration_name_kind
Deserialize a biniou value of type
declaration_name_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val declaration_name_tag : Bi_io.node_tag
Tag used by the writers for type
declaration_name
. Readers may support more than just this tag.
val write_untagged_declaration_name : Bi_outbuf.t -> declaration_name -> unit
Output an untagged biniou value of type
declaration_name
.
val write_declaration_name : Bi_outbuf.t -> declaration_name -> unit
Output a biniou value of type
declaration_name
.
val string_of_declaration_name : ?len:int -> declaration_name -> string
Serialize a value of type
declaration_name
into a biniou string.
val get_declaration_name_reader : Bi_io.node_tag -> Bi_inbuf.t -> declaration_name
Return a function that reads an untagged biniou value of type
declaration_name
.
val read_declaration_name : Bi_inbuf.t -> declaration_name
Input a tagged biniou value of type
declaration_name
.
val declaration_name_of_string : ?pos:int -> string -> declaration_name
Deserialize a biniou value of type
declaration_name
.- parameter pos
specifies the position where reading starts. Default: 0.
val enum_decl_scope_tag : Bi_io.node_tag
Tag used by the writers for type
enum_decl_scope
. Readers may support more than just this tag.
val write_untagged_enum_decl_scope : Bi_outbuf.t -> enum_decl_scope -> unit
Output an untagged biniou value of type
enum_decl_scope
.
val write_enum_decl_scope : Bi_outbuf.t -> enum_decl_scope -> unit
Output a biniou value of type
enum_decl_scope
.
val string_of_enum_decl_scope : ?len:int -> enum_decl_scope -> string
Serialize a value of type
enum_decl_scope
into a biniou string.
val get_enum_decl_scope_reader : Bi_io.node_tag -> Bi_inbuf.t -> enum_decl_scope
Return a function that reads an untagged biniou value of type
enum_decl_scope
.
val read_enum_decl_scope : Bi_inbuf.t -> enum_decl_scope
Input a tagged biniou value of type
enum_decl_scope
.
val enum_decl_scope_of_string : ?pos:int -> string -> enum_decl_scope
Deserialize a biniou value of type
enum_decl_scope
.- parameter pos
specifies the position where reading starts. Default: 0.
val enum_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
enum_decl_info
. Readers may support more than just this tag.
val write_untagged_enum_decl_info : Bi_outbuf.t -> enum_decl_info -> unit
Output an untagged biniou value of type
enum_decl_info
.
val write_enum_decl_info : Bi_outbuf.t -> enum_decl_info -> unit
Output a biniou value of type
enum_decl_info
.
val string_of_enum_decl_info : ?len:int -> enum_decl_info -> string
Serialize a value of type
enum_decl_info
into a biniou string.
val get_enum_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> enum_decl_info
Return a function that reads an untagged biniou value of type
enum_decl_info
.
val read_enum_decl_info : Bi_inbuf.t -> enum_decl_info
Input a tagged biniou value of type
enum_decl_info
.
val enum_decl_info_of_string : ?pos:int -> string -> enum_decl_info
Deserialize a biniou value of type
enum_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val input_kind_tag : Bi_io.node_tag
Tag used by the writers for type
input_kind
. Readers may support more than just this tag.
val write_untagged_input_kind : Bi_outbuf.t -> input_kind -> unit
Output an untagged biniou value of type
input_kind
.
val write_input_kind : Bi_outbuf.t -> input_kind -> unit
Output a biniou value of type
input_kind
.
val string_of_input_kind : ?len:int -> input_kind -> string
Serialize a value of type
input_kind
into a biniou string.
val get_input_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> input_kind
Return a function that reads an untagged biniou value of type
input_kind
.
val read_input_kind : Bi_inbuf.t -> input_kind
Input a tagged biniou value of type
input_kind
.
val input_kind_of_string : ?pos:int -> string -> input_kind
Deserialize a biniou value of type
input_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val integer_literal_info_tag : Bi_io.node_tag
Tag used by the writers for type
integer_literal_info
. Readers may support more than just this tag.
val write_untagged_integer_literal_info : Bi_outbuf.t -> integer_literal_info -> unit
Output an untagged biniou value of type
integer_literal_info
.
val write_integer_literal_info : Bi_outbuf.t -> integer_literal_info -> unit
Output a biniou value of type
integer_literal_info
.
val string_of_integer_literal_info : ?len:int -> integer_literal_info -> string
Serialize a value of type
integer_literal_info
into a biniou string.
val get_integer_literal_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> integer_literal_info
Return a function that reads an untagged biniou value of type
integer_literal_info
.
val read_integer_literal_info : Bi_inbuf.t -> integer_literal_info
Input a tagged biniou value of type
integer_literal_info
.
val integer_literal_info_of_string : ?pos:int -> string -> integer_literal_info
Deserialize a biniou value of type
integer_literal_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val integer_type_widths_tag : Bi_io.node_tag
Tag used by the writers for type
integer_type_widths
. Readers may support more than just this tag.
val write_untagged_integer_type_widths : Bi_outbuf.t -> integer_type_widths -> unit
Output an untagged biniou value of type
integer_type_widths
.
val write_integer_type_widths : Bi_outbuf.t -> integer_type_widths -> unit
Output a biniou value of type
integer_type_widths
.
val string_of_integer_type_widths : ?len:int -> integer_type_widths -> string
Serialize a value of type
integer_type_widths
into a biniou string.
val get_integer_type_widths_reader : Bi_io.node_tag -> Bi_inbuf.t -> integer_type_widths
Return a function that reads an untagged biniou value of type
integer_type_widths
.
val read_integer_type_widths : Bi_inbuf.t -> integer_type_widths
Input a tagged biniou value of type
integer_type_widths
.
val integer_type_widths_of_string : ?pos:int -> string -> integer_type_widths
Deserialize a biniou value of type
integer_type_widths
.- parameter pos
specifies the position where reading starts. Default: 0.
val lambda_capture_kind_tag : Bi_io.node_tag
Tag used by the writers for type
lambda_capture_kind
. Readers may support more than just this tag.
val write_untagged_lambda_capture_kind : Bi_outbuf.t -> lambda_capture_kind -> unit
Output an untagged biniou value of type
lambda_capture_kind
.
val write_lambda_capture_kind : Bi_outbuf.t -> lambda_capture_kind -> unit
Output a biniou value of type
lambda_capture_kind
.
val string_of_lambda_capture_kind : ?len:int -> lambda_capture_kind -> string
Serialize a value of type
lambda_capture_kind
into a biniou string.
val get_lambda_capture_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> lambda_capture_kind
Return a function that reads an untagged biniou value of type
lambda_capture_kind
.
val read_lambda_capture_kind : Bi_inbuf.t -> lambda_capture_kind
Input a tagged biniou value of type
lambda_capture_kind
.
val lambda_capture_kind_of_string : ?pos:int -> string -> lambda_capture_kind
Deserialize a biniou value of type
lambda_capture_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val named_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
named_decl_info
. Readers may support more than just this tag.
val write_untagged_named_decl_info : Bi_outbuf.t -> named_decl_info -> unit
Output an untagged biniou value of type
named_decl_info
.
val write_named_decl_info : Bi_outbuf.t -> named_decl_info -> unit
Output a biniou value of type
named_decl_info
.
val string_of_named_decl_info : ?len:int -> named_decl_info -> string
Serialize a value of type
named_decl_info
into a biniou string.
val get_named_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> named_decl_info
Return a function that reads an untagged biniou value of type
named_decl_info
.
val read_named_decl_info : Bi_inbuf.t -> named_decl_info
Input a tagged biniou value of type
named_decl_info
.
val named_decl_info_of_string : ?pos:int -> string -> named_decl_info
Deserialize a biniou value of type
named_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_access_control_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_access_control
. Readers may support more than just this tag.
val write_untagged_obj_c_access_control : Bi_outbuf.t -> obj_c_access_control -> unit
Output an untagged biniou value of type
obj_c_access_control
.
val write_obj_c_access_control : Bi_outbuf.t -> obj_c_access_control -> unit
Output a biniou value of type
obj_c_access_control
.
val string_of_obj_c_access_control : ?len:int -> obj_c_access_control -> string
Serialize a value of type
obj_c_access_control
into a biniou string.
val get_obj_c_access_control_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_access_control
Return a function that reads an untagged biniou value of type
obj_c_access_control
.
val read_obj_c_access_control : Bi_inbuf.t -> obj_c_access_control
Input a tagged biniou value of type
obj_c_access_control
.
val obj_c_access_control_of_string : ?pos:int -> string -> obj_c_access_control
Deserialize a biniou value of type
obj_c_access_control
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_availability_check_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_availability_check_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_availability_check_expr_info : Bi_outbuf.t -> obj_c_availability_check_expr_info -> unit
Output an untagged biniou value of type
obj_c_availability_check_expr_info
.
val write_obj_c_availability_check_expr_info : Bi_outbuf.t -> obj_c_availability_check_expr_info -> unit
Output a biniou value of type
obj_c_availability_check_expr_info
.
val string_of_obj_c_availability_check_expr_info : ?len:int -> obj_c_availability_check_expr_info -> string
Serialize a value of type
obj_c_availability_check_expr_info
into a biniou string.
val get_obj_c_availability_check_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_availability_check_expr_info
Return a function that reads an untagged biniou value of type
obj_c_availability_check_expr_info
.
val read_obj_c_availability_check_expr_info : Bi_inbuf.t -> obj_c_availability_check_expr_info
Input a tagged biniou value of type
obj_c_availability_check_expr_info
.
val obj_c_availability_check_expr_info_of_string : ?pos:int -> string -> obj_c_availability_check_expr_info
Deserialize a biniou value of type
obj_c_availability_check_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_bridge_cast_kind_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_bridge_cast_kind
. Readers may support more than just this tag.
val write_untagged_obj_c_bridge_cast_kind : Bi_outbuf.t -> obj_c_bridge_cast_kind -> unit
Output an untagged biniou value of type
obj_c_bridge_cast_kind
.
val write_obj_c_bridge_cast_kind : Bi_outbuf.t -> obj_c_bridge_cast_kind -> unit
Output a biniou value of type
obj_c_bridge_cast_kind
.
val string_of_obj_c_bridge_cast_kind : ?len:int -> obj_c_bridge_cast_kind -> string
Serialize a value of type
obj_c_bridge_cast_kind
into a biniou string.
val get_obj_c_bridge_cast_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_bridge_cast_kind
Return a function that reads an untagged biniou value of type
obj_c_bridge_cast_kind
.
val read_obj_c_bridge_cast_kind : Bi_inbuf.t -> obj_c_bridge_cast_kind
Input a tagged biniou value of type
obj_c_bridge_cast_kind
.
val obj_c_bridge_cast_kind_of_string : ?pos:int -> string -> obj_c_bridge_cast_kind
Deserialize a biniou value of type
obj_c_bridge_cast_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_bridged_cast_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_bridged_cast_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_bridged_cast_expr_info : Bi_outbuf.t -> obj_c_bridged_cast_expr_info -> unit
Output an untagged biniou value of type
obj_c_bridged_cast_expr_info
.
val write_obj_c_bridged_cast_expr_info : Bi_outbuf.t -> obj_c_bridged_cast_expr_info -> unit
Output a biniou value of type
obj_c_bridged_cast_expr_info
.
val string_of_obj_c_bridged_cast_expr_info : ?len:int -> obj_c_bridged_cast_expr_info -> string
Serialize a value of type
obj_c_bridged_cast_expr_info
into a biniou string.
val get_obj_c_bridged_cast_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_bridged_cast_expr_info
Return a function that reads an untagged biniou value of type
obj_c_bridged_cast_expr_info
.
val read_obj_c_bridged_cast_expr_info : Bi_inbuf.t -> obj_c_bridged_cast_expr_info
Input a tagged biniou value of type
obj_c_bridged_cast_expr_info
.
val obj_c_bridged_cast_expr_info_of_string : ?pos:int -> string -> obj_c_bridged_cast_expr_info
Deserialize a biniou value of type
obj_c_bridged_cast_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_ivar_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_ivar_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_ivar_decl_info : Bi_outbuf.t -> obj_c_ivar_decl_info -> unit
Output an untagged biniou value of type
obj_c_ivar_decl_info
.
val write_obj_c_ivar_decl_info : Bi_outbuf.t -> obj_c_ivar_decl_info -> unit
Output a biniou value of type
obj_c_ivar_decl_info
.
val string_of_obj_c_ivar_decl_info : ?len:int -> obj_c_ivar_decl_info -> string
Serialize a value of type
obj_c_ivar_decl_info
into a biniou string.
val get_obj_c_ivar_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_ivar_decl_info
Return a function that reads an untagged biniou value of type
obj_c_ivar_decl_info
.
val read_obj_c_ivar_decl_info : Bi_inbuf.t -> obj_c_ivar_decl_info
Input a tagged biniou value of type
obj_c_ivar_decl_info
.
val obj_c_ivar_decl_info_of_string : ?pos:int -> string -> obj_c_ivar_decl_info
Deserialize a biniou value of type
obj_c_ivar_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_property_control_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_property_control
. Readers may support more than just this tag.
val write_untagged_obj_c_property_control : Bi_outbuf.t -> obj_c_property_control -> unit
Output an untagged biniou value of type
obj_c_property_control
.
val write_obj_c_property_control : Bi_outbuf.t -> obj_c_property_control -> unit
Output a biniou value of type
obj_c_property_control
.
val string_of_obj_c_property_control : ?len:int -> obj_c_property_control -> string
Serialize a value of type
obj_c_property_control
into a biniou string.
val get_obj_c_property_control_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_property_control
Return a function that reads an untagged biniou value of type
obj_c_property_control
.
val read_obj_c_property_control : Bi_inbuf.t -> obj_c_property_control
Input a tagged biniou value of type
obj_c_property_control
.
val obj_c_property_control_of_string : ?pos:int -> string -> obj_c_property_control
Deserialize a biniou value of type
obj_c_property_control
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_subscript_kind_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_subscript_kind
. Readers may support more than just this tag.
val write_untagged_obj_c_subscript_kind : Bi_outbuf.t -> obj_c_subscript_kind -> unit
Output an untagged biniou value of type
obj_c_subscript_kind
.
val write_obj_c_subscript_kind : Bi_outbuf.t -> obj_c_subscript_kind -> unit
Output a biniou value of type
obj_c_subscript_kind
.
val string_of_obj_c_subscript_kind : ?len:int -> obj_c_subscript_kind -> string
Serialize a value of type
obj_c_subscript_kind
into a biniou string.
val get_obj_c_subscript_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_subscript_kind
Return a function that reads an untagged biniou value of type
obj_c_subscript_kind
.
val read_obj_c_subscript_kind : Bi_inbuf.t -> obj_c_subscript_kind
Input a tagged biniou value of type
obj_c_subscript_kind
.
val obj_c_subscript_kind_of_string : ?pos:int -> string -> obj_c_subscript_kind
Deserialize a biniou value of type
obj_c_subscript_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val objc_lifetime_attr_tag : Bi_io.node_tag
Tag used by the writers for type
objc_lifetime_attr
. Readers may support more than just this tag.
val write_untagged_objc_lifetime_attr : Bi_outbuf.t -> objc_lifetime_attr -> unit
Output an untagged biniou value of type
objc_lifetime_attr
.
val write_objc_lifetime_attr : Bi_outbuf.t -> objc_lifetime_attr -> unit
Output a biniou value of type
objc_lifetime_attr
.
val string_of_objc_lifetime_attr : ?len:int -> objc_lifetime_attr -> string
Serialize a value of type
objc_lifetime_attr
into a biniou string.
val get_objc_lifetime_attr_reader : Bi_io.node_tag -> Bi_inbuf.t -> objc_lifetime_attr
Return a function that reads an untagged biniou value of type
objc_lifetime_attr
.
val read_objc_lifetime_attr : Bi_inbuf.t -> objc_lifetime_attr
Input a tagged biniou value of type
objc_lifetime_attr
.
val objc_lifetime_attr_of_string : ?pos:int -> string -> objc_lifetime_attr
Deserialize a biniou value of type
objc_lifetime_attr
.- parameter pos
specifies the position where reading starts. Default: 0.
val attr_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
attr_type_info
. Readers may support more than just this tag.
val write_untagged_attr_type_info : Bi_outbuf.t -> attr_type_info -> unit
Output an untagged biniou value of type
attr_type_info
.
val write_attr_type_info : Bi_outbuf.t -> attr_type_info -> unit
Output a biniou value of type
attr_type_info
.
val string_of_attr_type_info : ?len:int -> attr_type_info -> string
Serialize a value of type
attr_type_info
into a biniou string.
val get_attr_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> attr_type_info
Return a function that reads an untagged biniou value of type
attr_type_info
.
val read_attr_type_info : Bi_inbuf.t -> attr_type_info
Input a tagged biniou value of type
attr_type_info
.
val attr_type_info_of_string : ?pos:int -> string -> attr_type_info
Deserialize a biniou value of type
attr_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val object_kind_tag : Bi_io.node_tag
Tag used by the writers for type
object_kind
. Readers may support more than just this tag.
val write_untagged_object_kind : Bi_outbuf.t -> object_kind -> unit
Output an untagged biniou value of type
object_kind
.
val write_object_kind : Bi_outbuf.t -> object_kind -> unit
Output a biniou value of type
object_kind
.
val string_of_object_kind : ?len:int -> object_kind -> string
Serialize a value of type
object_kind
into a biniou string.
val get_object_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> object_kind
Return a function that reads an untagged biniou value of type
object_kind
.
val read_object_kind : Bi_inbuf.t -> object_kind
Input a tagged biniou value of type
object_kind
.
val object_kind_of_string : ?pos:int -> string -> object_kind
Deserialize a biniou value of type
object_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val offset_of_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
offset_of_expr_info
. Readers may support more than just this tag.
val write_untagged_offset_of_expr_info : Bi_outbuf.t -> offset_of_expr_info -> unit
Output an untagged biniou value of type
offset_of_expr_info
.
val write_offset_of_expr_info : Bi_outbuf.t -> offset_of_expr_info -> unit
Output a biniou value of type
offset_of_expr_info
.
val string_of_offset_of_expr_info : ?len:int -> offset_of_expr_info -> string
Serialize a value of type
offset_of_expr_info
into a biniou string.
val get_offset_of_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> offset_of_expr_info
Return a function that reads an untagged biniou value of type
offset_of_expr_info
.
val read_offset_of_expr_info : Bi_inbuf.t -> offset_of_expr_info
Input a tagged biniou value of type
offset_of_expr_info
.
val offset_of_expr_info_of_string : ?pos:int -> string -> offset_of_expr_info
Deserialize a biniou value of type
offset_of_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val pointer_tag : Bi_io.node_tag
Tag used by the writers for type
pointer
. Readers may support more than just this tag.
val write_untagged_pointer : Bi_outbuf.t -> pointer -> unit
Output an untagged biniou value of type
pointer
.
val string_of_pointer : ?len:int -> pointer -> string
Serialize a value of type
pointer
into a biniou string.
val get_pointer_reader : Bi_io.node_tag -> Bi_inbuf.t -> pointer
Return a function that reads an untagged biniou value of type
pointer
.
val pointer_of_string : ?pos:int -> string -> pointer
Deserialize a biniou value of type
pointer
.- parameter pos
specifies the position where reading starts. Default: 0.
val addr_label_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
addr_label_expr_info
. Readers may support more than just this tag.
val write_untagged_addr_label_expr_info : Bi_outbuf.t -> addr_label_expr_info -> unit
Output an untagged biniou value of type
addr_label_expr_info
.
val write_addr_label_expr_info : Bi_outbuf.t -> addr_label_expr_info -> unit
Output a biniou value of type
addr_label_expr_info
.
val string_of_addr_label_expr_info : ?len:int -> addr_label_expr_info -> string
Serialize a value of type
addr_label_expr_info
into a biniou string.
val get_addr_label_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> addr_label_expr_info
Return a function that reads an untagged biniou value of type
addr_label_expr_info
.
val read_addr_label_expr_info : Bi_inbuf.t -> addr_label_expr_info
Input a tagged biniou value of type
addr_label_expr_info
.
val addr_label_expr_info_of_string : ?pos:int -> string -> addr_label_expr_info
Deserialize a biniou value of type
addr_label_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_new_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_new_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_new_expr_info : Bi_outbuf.t -> cxx_new_expr_info -> unit
Output an untagged biniou value of type
cxx_new_expr_info
.
val write_cxx_new_expr_info : Bi_outbuf.t -> cxx_new_expr_info -> unit
Output a biniou value of type
cxx_new_expr_info
.
val string_of_cxx_new_expr_info : ?len:int -> cxx_new_expr_info -> string
Serialize a value of type
cxx_new_expr_info
into a biniou string.
val get_cxx_new_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_new_expr_info
Return a function that reads an untagged biniou value of type
cxx_new_expr_info
.
val read_cxx_new_expr_info : Bi_inbuf.t -> cxx_new_expr_info
Input a tagged biniou value of type
cxx_new_expr_info
.
val cxx_new_expr_info_of_string : ?pos:int -> string -> cxx_new_expr_info
Deserialize a biniou value of type
cxx_new_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_temporary_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_temporary
. Readers may support more than just this tag.
val write_untagged_cxx_temporary : Bi_outbuf.t -> cxx_temporary -> unit
Output an untagged biniou value of type
cxx_temporary
.
val write_cxx_temporary : Bi_outbuf.t -> cxx_temporary -> unit
Output a biniou value of type
cxx_temporary
.
val string_of_cxx_temporary : ?len:int -> cxx_temporary -> string
Serialize a value of type
cxx_temporary
into a biniou string.
val get_cxx_temporary_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_temporary
Return a function that reads an untagged biniou value of type
cxx_temporary
.
val read_cxx_temporary : Bi_inbuf.t -> cxx_temporary
Input a tagged biniou value of type
cxx_temporary
.
val cxx_temporary_of_string : ?pos:int -> string -> cxx_temporary
Deserialize a biniou value of type
cxx_temporary
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_bind_temporary_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_bind_temporary_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_bind_temporary_expr_info : Bi_outbuf.t -> cxx_bind_temporary_expr_info -> unit
Output an untagged biniou value of type
cxx_bind_temporary_expr_info
.
val write_cxx_bind_temporary_expr_info : Bi_outbuf.t -> cxx_bind_temporary_expr_info -> unit
Output a biniou value of type
cxx_bind_temporary_expr_info
.
val string_of_cxx_bind_temporary_expr_info : ?len:int -> cxx_bind_temporary_expr_info -> string
Serialize a value of type
cxx_bind_temporary_expr_info
into a biniou string.
val get_cxx_bind_temporary_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_bind_temporary_expr_info
Return a function that reads an untagged biniou value of type
cxx_bind_temporary_expr_info
.
val read_cxx_bind_temporary_expr_info : Bi_inbuf.t -> cxx_bind_temporary_expr_info
Input a tagged biniou value of type
cxx_bind_temporary_expr_info
.
val cxx_bind_temporary_expr_info_of_string : ?pos:int -> string -> cxx_bind_temporary_expr_info
Deserialize a biniou value of type
cxx_bind_temporary_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val goto_stmt_info_tag : Bi_io.node_tag
Tag used by the writers for type
goto_stmt_info
. Readers may support more than just this tag.
val write_untagged_goto_stmt_info : Bi_outbuf.t -> goto_stmt_info -> unit
Output an untagged biniou value of type
goto_stmt_info
.
val write_goto_stmt_info : Bi_outbuf.t -> goto_stmt_info -> unit
Output a biniou value of type
goto_stmt_info
.
val string_of_goto_stmt_info : ?len:int -> goto_stmt_info -> string
Serialize a value of type
goto_stmt_info
into a biniou string.
val get_goto_stmt_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> goto_stmt_info
Return a function that reads an untagged biniou value of type
goto_stmt_info
.
val read_goto_stmt_info : Bi_inbuf.t -> goto_stmt_info
Input a tagged biniou value of type
goto_stmt_info
.
val goto_stmt_info_of_string : ?pos:int -> string -> goto_stmt_info
Deserialize a biniou value of type
goto_stmt_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_array_literal_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_array_literal_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_array_literal_expr_info : Bi_outbuf.t -> obj_c_array_literal_expr_info -> unit
Output an untagged biniou value of type
obj_c_array_literal_expr_info
.
val write_obj_c_array_literal_expr_info : Bi_outbuf.t -> obj_c_array_literal_expr_info -> unit
Output a biniou value of type
obj_c_array_literal_expr_info
.
val string_of_obj_c_array_literal_expr_info : ?len:int -> obj_c_array_literal_expr_info -> string
Serialize a value of type
obj_c_array_literal_expr_info
into a biniou string.
val get_obj_c_array_literal_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_array_literal_expr_info
Return a function that reads an untagged biniou value of type
obj_c_array_literal_expr_info
.
val read_obj_c_array_literal_expr_info : Bi_inbuf.t -> obj_c_array_literal_expr_info
Input a tagged biniou value of type
obj_c_array_literal_expr_info
.
val obj_c_array_literal_expr_info_of_string : ?pos:int -> string -> obj_c_array_literal_expr_info
Deserialize a biniou value of type
obj_c_array_literal_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_dictionary_literal_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_dictionary_literal_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_dictionary_literal_expr_info : Bi_outbuf.t -> obj_c_dictionary_literal_expr_info -> unit
Output an untagged biniou value of type
obj_c_dictionary_literal_expr_info
.
val write_obj_c_dictionary_literal_expr_info : Bi_outbuf.t -> obj_c_dictionary_literal_expr_info -> unit
Output a biniou value of type
obj_c_dictionary_literal_expr_info
.
val string_of_obj_c_dictionary_literal_expr_info : ?len:int -> obj_c_dictionary_literal_expr_info -> string
Serialize a value of type
obj_c_dictionary_literal_expr_info
into a biniou string.
val get_obj_c_dictionary_literal_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_dictionary_literal_expr_info
Return a function that reads an untagged biniou value of type
obj_c_dictionary_literal_expr_info
.
val read_obj_c_dictionary_literal_expr_info : Bi_inbuf.t -> obj_c_dictionary_literal_expr_info
Input a tagged biniou value of type
obj_c_dictionary_literal_expr_info
.
val obj_c_dictionary_literal_expr_info_of_string : ?pos:int -> string -> obj_c_dictionary_literal_expr_info
Deserialize a biniou value of type
obj_c_dictionary_literal_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val predefined_expr_type_tag : Bi_io.node_tag
Tag used by the writers for type
predefined_expr_type
. Readers may support more than just this tag.
val write_untagged_predefined_expr_type : Bi_outbuf.t -> predefined_expr_type -> unit
Output an untagged biniou value of type
predefined_expr_type
.
val write_predefined_expr_type : Bi_outbuf.t -> predefined_expr_type -> unit
Output a biniou value of type
predefined_expr_type
.
val string_of_predefined_expr_type : ?len:int -> predefined_expr_type -> string
Serialize a value of type
predefined_expr_type
into a biniou string.
val get_predefined_expr_type_reader : Bi_io.node_tag -> Bi_inbuf.t -> predefined_expr_type
Return a function that reads an untagged biniou value of type
predefined_expr_type
.
val read_predefined_expr_type : Bi_inbuf.t -> predefined_expr_type
Input a tagged biniou value of type
predefined_expr_type
.
val predefined_expr_type_of_string : ?pos:int -> string -> predefined_expr_type
Deserialize a biniou value of type
predefined_expr_type
.- parameter pos
specifies the position where reading starts. Default: 0.
val property_attribute_tag : Bi_io.node_tag
Tag used by the writers for type
property_attribute
. Readers may support more than just this tag.
val write_untagged_property_attribute : Bi_outbuf.t -> property_attribute -> unit
Output an untagged biniou value of type
property_attribute
.
val write_property_attribute : Bi_outbuf.t -> property_attribute -> unit
Output a biniou value of type
property_attribute
.
val string_of_property_attribute : ?len:int -> property_attribute -> string
Serialize a value of type
property_attribute
into a biniou string.
val get_property_attribute_reader : Bi_io.node_tag -> Bi_inbuf.t -> property_attribute
Return a function that reads an untagged biniou value of type
property_attribute
.
val read_property_attribute : Bi_inbuf.t -> property_attribute
Input a tagged biniou value of type
property_attribute
.
val property_attribute_of_string : ?pos:int -> string -> property_attribute
Deserialize a biniou value of type
property_attribute
.- parameter pos
specifies the position where reading starts. Default: 0.
val property_implementation_tag : Bi_io.node_tag
Tag used by the writers for type
property_implementation
. Readers may support more than just this tag.
val write_untagged_property_implementation : Bi_outbuf.t -> property_implementation -> unit
Output an untagged biniou value of type
property_implementation
.
val write_property_implementation : Bi_outbuf.t -> property_implementation -> unit
Output a biniou value of type
property_implementation
.
val string_of_property_implementation : ?len:int -> property_implementation -> string
Serialize a value of type
property_implementation
into a biniou string.
val get_property_implementation_reader : Bi_io.node_tag -> Bi_inbuf.t -> property_implementation
Return a function that reads an untagged biniou value of type
property_implementation
.
val read_property_implementation : Bi_inbuf.t -> property_implementation
Input a tagged biniou value of type
property_implementation
.
val property_implementation_of_string : ?pos:int -> string -> property_implementation
Deserialize a biniou value of type
property_implementation
.- parameter pos
specifies the position where reading starts. Default: 0.
val record_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
record_decl_info
. Readers may support more than just this tag.
val write_untagged_record_decl_info : Bi_outbuf.t -> record_decl_info -> unit
Output an untagged biniou value of type
record_decl_info
.
val write_record_decl_info : Bi_outbuf.t -> record_decl_info -> unit
Output a biniou value of type
record_decl_info
.
val string_of_record_decl_info : ?len:int -> record_decl_info -> string
Serialize a value of type
record_decl_info
into a biniou string.
val get_record_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> record_decl_info
Return a function that reads an untagged biniou value of type
record_decl_info
.
val read_record_decl_info : Bi_inbuf.t -> record_decl_info
Input a tagged biniou value of type
record_decl_info
.
val record_decl_info_of_string : ?pos:int -> string -> record_decl_info
Deserialize a biniou value of type
record_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val selector_tag : Bi_io.node_tag
Tag used by the writers for type
selector
. Readers may support more than just this tag.
val write_untagged_selector : Bi_outbuf.t -> selector -> unit
Output an untagged biniou value of type
selector
.
val string_of_selector : ?len:int -> selector -> string
Serialize a value of type
selector
into a biniou string.
val get_selector_reader : Bi_io.node_tag -> Bi_inbuf.t -> selector
Return a function that reads an untagged biniou value of type
selector
.
val selector_of_string : ?pos:int -> string -> selector
Deserialize a biniou value of type
selector
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_method_ref_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_method_ref_info
. Readers may support more than just this tag.
val write_untagged_obj_c_method_ref_info : Bi_outbuf.t -> obj_c_method_ref_info -> unit
Output an untagged biniou value of type
obj_c_method_ref_info
.
val write_obj_c_method_ref_info : Bi_outbuf.t -> obj_c_method_ref_info -> unit
Output a biniou value of type
obj_c_method_ref_info
.
val string_of_obj_c_method_ref_info : ?len:int -> obj_c_method_ref_info -> string
Serialize a value of type
obj_c_method_ref_info
into a biniou string.
val get_obj_c_method_ref_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_method_ref_info
Return a function that reads an untagged biniou value of type
obj_c_method_ref_info
.
val read_obj_c_method_ref_info : Bi_inbuf.t -> obj_c_method_ref_info
Input a tagged biniou value of type
obj_c_method_ref_info
.
val obj_c_method_ref_info_of_string : ?pos:int -> string -> obj_c_method_ref_info
Deserialize a biniou value of type
obj_c_method_ref_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_subscript_ref_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_subscript_ref_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_subscript_ref_expr_info : Bi_outbuf.t -> obj_c_subscript_ref_expr_info -> unit
Output an untagged biniou value of type
obj_c_subscript_ref_expr_info
.
val write_obj_c_subscript_ref_expr_info : Bi_outbuf.t -> obj_c_subscript_ref_expr_info -> unit
Output a biniou value of type
obj_c_subscript_ref_expr_info
.
val string_of_obj_c_subscript_ref_expr_info : ?len:int -> obj_c_subscript_ref_expr_info -> string
Serialize a value of type
obj_c_subscript_ref_expr_info
into a biniou string.
val get_obj_c_subscript_ref_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_subscript_ref_expr_info
Return a function that reads an untagged biniou value of type
obj_c_subscript_ref_expr_info
.
val read_obj_c_subscript_ref_expr_info : Bi_inbuf.t -> obj_c_subscript_ref_expr_info
Input a tagged biniou value of type
obj_c_subscript_ref_expr_info
.
val obj_c_subscript_ref_expr_info_of_string : ?pos:int -> string -> obj_c_subscript_ref_expr_info
Deserialize a biniou value of type
obj_c_subscript_ref_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val objc_boxed_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
objc_boxed_expr_info
. Readers may support more than just this tag.
val write_untagged_objc_boxed_expr_info : Bi_outbuf.t -> objc_boxed_expr_info -> unit
Output an untagged biniou value of type
objc_boxed_expr_info
.
val write_objc_boxed_expr_info : Bi_outbuf.t -> objc_boxed_expr_info -> unit
Output a biniou value of type
objc_boxed_expr_info
.
val string_of_objc_boxed_expr_info : ?len:int -> objc_boxed_expr_info -> string
Serialize a value of type
objc_boxed_expr_info
into a biniou string.
val get_objc_boxed_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> objc_boxed_expr_info
Return a function that reads an untagged biniou value of type
objc_boxed_expr_info
.
val read_objc_boxed_expr_info : Bi_inbuf.t -> objc_boxed_expr_info
Input a tagged biniou value of type
objc_boxed_expr_info
.
val objc_boxed_expr_info_of_string : ?pos:int -> string -> objc_boxed_expr_info
Deserialize a biniou value of type
objc_boxed_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val sentinel_attr_info_tag : Bi_io.node_tag
Tag used by the writers for type
sentinel_attr_info
. Readers may support more than just this tag.
val write_untagged_sentinel_attr_info : Bi_outbuf.t -> sentinel_attr_info -> unit
Output an untagged biniou value of type
sentinel_attr_info
.
val write_sentinel_attr_info : Bi_outbuf.t -> sentinel_attr_info -> unit
Output a biniou value of type
sentinel_attr_info
.
val string_of_sentinel_attr_info : ?len:int -> sentinel_attr_info -> string
Serialize a value of type
sentinel_attr_info
into a biniou string.
val get_sentinel_attr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> sentinel_attr_info
Return a function that reads an untagged biniou value of type
sentinel_attr_info
.
val read_sentinel_attr_info : Bi_inbuf.t -> sentinel_attr_info
Input a tagged biniou value of type
sentinel_attr_info
.
val sentinel_attr_info_of_string : ?pos:int -> string -> sentinel_attr_info
Deserialize a biniou value of type
sentinel_attr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val source_file_tag : Bi_io.node_tag
Tag used by the writers for type
source_file
. Readers may support more than just this tag.
val write_untagged_source_file : Bi_outbuf.t -> source_file -> unit
Output an untagged biniou value of type
source_file
.
val write_source_file : Bi_outbuf.t -> source_file -> unit
Output a biniou value of type
source_file
.
val string_of_source_file : ?len:int -> source_file -> string
Serialize a value of type
source_file
into a biniou string.
val get_source_file_reader : Bi_io.node_tag -> Bi_inbuf.t -> source_file
Return a function that reads an untagged biniou value of type
source_file
.
val read_source_file : Bi_inbuf.t -> source_file
Input a tagged biniou value of type
source_file
.
val source_file_of_string : ?pos:int -> string -> source_file
Deserialize a biniou value of type
source_file
.- parameter pos
specifies the position where reading starts. Default: 0.
val source_location_tag : Bi_io.node_tag
Tag used by the writers for type
source_location
. Readers may support more than just this tag.
val write_untagged_source_location : Bi_outbuf.t -> source_location -> unit
Output an untagged biniou value of type
source_location
.
val write_source_location : Bi_outbuf.t -> source_location -> unit
Output a biniou value of type
source_location
.
val string_of_source_location : ?len:int -> source_location -> string
Serialize a value of type
source_location
into a biniou string.
val get_source_location_reader : Bi_io.node_tag -> Bi_inbuf.t -> source_location
Return a function that reads an untagged biniou value of type
source_location
.
val read_source_location : Bi_inbuf.t -> source_location
Input a tagged biniou value of type
source_location
.
val source_location_of_string : ?pos:int -> string -> source_location
Deserialize a biniou value of type
source_location
.- parameter pos
specifies the position where reading starts. Default: 0.
val source_range_tag : Bi_io.node_tag
Tag used by the writers for type
source_range
. Readers may support more than just this tag.
val write_untagged_source_range : Bi_outbuf.t -> source_range -> unit
Output an untagged biniou value of type
source_range
.
val write_source_range : Bi_outbuf.t -> source_range -> unit
Output a biniou value of type
source_range
.
val string_of_source_range : ?len:int -> source_range -> string
Serialize a value of type
source_range
into a biniou string.
val get_source_range_reader : Bi_io.node_tag -> Bi_inbuf.t -> source_range
Return a function that reads an untagged biniou value of type
source_range
.
val read_source_range : Bi_inbuf.t -> source_range
Input a tagged biniou value of type
source_range
.
val source_range_of_string : ?pos:int -> string -> source_range
Deserialize a biniou value of type
source_range
.- parameter pos
specifies the position where reading starts. Default: 0.
val attribute_info_tag : Bi_io.node_tag
Tag used by the writers for type
attribute_info
. Readers may support more than just this tag.
val write_untagged_attribute_info : Bi_outbuf.t -> attribute_info -> unit
Output an untagged biniou value of type
attribute_info
.
val write_attribute_info : Bi_outbuf.t -> attribute_info -> unit
Output a biniou value of type
attribute_info
.
val string_of_attribute_info : ?len:int -> attribute_info -> string
Serialize a value of type
attribute_info
into a biniou string.
val get_attribute_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> attribute_info
Return a function that reads an untagged biniou value of type
attribute_info
.
val read_attribute_info : Bi_inbuf.t -> attribute_info
Input a tagged biniou value of type
attribute_info
.
val attribute_info_of_string : ?pos:int -> string -> attribute_info
Deserialize a biniou value of type
attribute_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val attr_tuple_tag : Bi_io.node_tag
Tag used by the writers for type
attr_tuple
. Readers may support more than just this tag.
val write_untagged_attr_tuple : Bi_outbuf.t -> attr_tuple -> unit
Output an untagged biniou value of type
attr_tuple
.
val write_attr_tuple : Bi_outbuf.t -> attr_tuple -> unit
Output a biniou value of type
attr_tuple
.
val string_of_attr_tuple : ?len:int -> attr_tuple -> string
Serialize a value of type
attr_tuple
into a biniou string.
val get_attr_tuple_reader : Bi_io.node_tag -> Bi_inbuf.t -> attr_tuple
Return a function that reads an untagged biniou value of type
attr_tuple
.
val read_attr_tuple : Bi_inbuf.t -> attr_tuple
Input a tagged biniou value of type
attr_tuple
.
val attr_tuple_of_string : ?pos:int -> string -> attr_tuple
Deserialize a biniou value of type
attr_tuple
.- parameter pos
specifies the position where reading starts. Default: 0.
val comment_info_tag : Bi_io.node_tag
Tag used by the writers for type
comment_info
. Readers may support more than just this tag.
val write_untagged_comment_info : Bi_outbuf.t -> comment_info -> unit
Output an untagged biniou value of type
comment_info
.
val write_comment_info : Bi_outbuf.t -> comment_info -> unit
Output a biniou value of type
comment_info
.
val string_of_comment_info : ?len:int -> comment_info -> string
Serialize a value of type
comment_info
into a biniou string.
val get_comment_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> comment_info
Return a function that reads an untagged biniou value of type
comment_info
.
val read_comment_info : Bi_inbuf.t -> comment_info
Input a tagged biniou value of type
comment_info
.
val comment_info_of_string : ?pos:int -> string -> comment_info
Deserialize a biniou value of type
comment_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val specifier_kind_tag : Bi_io.node_tag
Tag used by the writers for type
specifier_kind
. Readers may support more than just this tag.
val write_untagged_specifier_kind : Bi_outbuf.t -> specifier_kind -> unit
Output an untagged biniou value of type
specifier_kind
.
val write_specifier_kind : Bi_outbuf.t -> specifier_kind -> unit
Output a biniou value of type
specifier_kind
.
val string_of_specifier_kind : ?len:int -> specifier_kind -> string
Serialize a value of type
specifier_kind
into a biniou string.
val get_specifier_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> specifier_kind
Return a function that reads an untagged biniou value of type
specifier_kind
.
val read_specifier_kind : Bi_inbuf.t -> specifier_kind
Input a tagged biniou value of type
specifier_kind
.
val specifier_kind_of_string : ?pos:int -> string -> specifier_kind
Deserialize a biniou value of type
specifier_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val stmt_info_tag : Bi_io.node_tag
Tag used by the writers for type
stmt_info
. Readers may support more than just this tag.
val write_untagged_stmt_info : Bi_outbuf.t -> stmt_info -> unit
Output an untagged biniou value of type
stmt_info
.
val string_of_stmt_info : ?len:int -> stmt_info -> string
Serialize a value of type
stmt_info
into a biniou string.
val get_stmt_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> stmt_info
Return a function that reads an untagged biniou value of type
stmt_info
.
val stmt_info_of_string : ?pos:int -> string -> stmt_info
Deserialize a biniou value of type
stmt_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val tag_kind_tag : Bi_io.node_tag
Tag used by the writers for type
tag_kind
. Readers may support more than just this tag.
val write_untagged_tag_kind : Bi_outbuf.t -> tag_kind -> unit
Output an untagged biniou value of type
tag_kind
.
val string_of_tag_kind : ?len:int -> tag_kind -> string
Serialize a value of type
tag_kind
into a biniou string.
val get_tag_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> tag_kind
Return a function that reads an untagged biniou value of type
tag_kind
.
val tag_kind_of_string : ?pos:int -> string -> tag_kind
Deserialize a biniou value of type
tag_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val type_ptr_tag : Bi_io.node_tag
Tag used by the writers for type
type_ptr
. Readers may support more than just this tag.
val write_untagged_type_ptr : Bi_outbuf.t -> type_ptr -> unit
Output an untagged biniou value of type
type_ptr
.
val string_of_type_ptr : ?len:int -> type_ptr -> string
Serialize a value of type
type_ptr
into a biniou string.
val get_type_ptr_reader : Bi_io.node_tag -> Bi_inbuf.t -> type_ptr
Return a function that reads an untagged biniou value of type
type_ptr
.
val type_ptr_of_string : ?pos:int -> string -> type_ptr
Deserialize a biniou value of type
type_ptr
.- parameter pos
specifies the position where reading starts. Default: 0.
val qual_type_tag : Bi_io.node_tag
Tag used by the writers for type
qual_type
. Readers may support more than just this tag.
val write_untagged_qual_type : Bi_outbuf.t -> qual_type -> unit
Output an untagged biniou value of type
qual_type
.
val string_of_qual_type : ?len:int -> qual_type -> string
Serialize a value of type
qual_type
into a biniou string.
val get_qual_type_reader : Bi_io.node_tag -> Bi_inbuf.t -> qual_type
Return a function that reads an untagged biniou value of type
qual_type
.
val qual_type_of_string : ?pos:int -> string -> qual_type
Deserialize a biniou value of type
qual_type
.- parameter pos
specifies the position where reading starts. Default: 0.
val array_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
array_type_info
. Readers may support more than just this tag.
val write_untagged_array_type_info : Bi_outbuf.t -> array_type_info -> unit
Output an untagged biniou value of type
array_type_info
.
val write_array_type_info : Bi_outbuf.t -> array_type_info -> unit
Output a biniou value of type
array_type_info
.
val string_of_array_type_info : ?len:int -> array_type_info -> string
Serialize a value of type
array_type_info
into a biniou string.
val get_array_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> array_type_info
Return a function that reads an untagged biniou value of type
array_type_info
.
val read_array_type_info : Bi_inbuf.t -> array_type_info
Input a tagged biniou value of type
array_type_info
.
val array_type_info_of_string : ?pos:int -> string -> array_type_info
Deserialize a biniou value of type
array_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val compound_assign_operator_info_tag : Bi_io.node_tag
Tag used by the writers for type
compound_assign_operator_info
. Readers may support more than just this tag.
val write_untagged_compound_assign_operator_info : Bi_outbuf.t -> compound_assign_operator_info -> unit
Output an untagged biniou value of type
compound_assign_operator_info
.
val write_compound_assign_operator_info : Bi_outbuf.t -> compound_assign_operator_info -> unit
Output a biniou value of type
compound_assign_operator_info
.
val string_of_compound_assign_operator_info : ?len:int -> compound_assign_operator_info -> string
Serialize a value of type
compound_assign_operator_info
into a biniou string.
val get_compound_assign_operator_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> compound_assign_operator_info
Return a function that reads an untagged biniou value of type
compound_assign_operator_info
.
val read_compound_assign_operator_info : Bi_inbuf.t -> compound_assign_operator_info
Input a tagged biniou value of type
compound_assign_operator_info
.
val compound_assign_operator_info_of_string : ?pos:int -> string -> compound_assign_operator_info
Deserialize a biniou value of type
compound_assign_operator_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_delete_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_delete_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_delete_expr_info : Bi_outbuf.t -> cxx_delete_expr_info -> unit
Output an untagged biniou value of type
cxx_delete_expr_info
.
val write_cxx_delete_expr_info : Bi_outbuf.t -> cxx_delete_expr_info -> unit
Output a biniou value of type
cxx_delete_expr_info
.
val string_of_cxx_delete_expr_info : ?len:int -> cxx_delete_expr_info -> string
Serialize a value of type
cxx_delete_expr_info
into a biniou string.
val get_cxx_delete_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_delete_expr_info
Return a function that reads an untagged biniou value of type
cxx_delete_expr_info
.
val read_cxx_delete_expr_info : Bi_inbuf.t -> cxx_delete_expr_info
Input a tagged biniou value of type
cxx_delete_expr_info
.
val cxx_delete_expr_info_of_string : ?pos:int -> string -> cxx_delete_expr_info
Deserialize a biniou value of type
cxx_delete_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_ref_tag : Bi_io.node_tag
Tag used by the writers for type
decl_ref
. Readers may support more than just this tag.
val write_untagged_decl_ref : Bi_outbuf.t -> decl_ref -> unit
Output an untagged biniou value of type
decl_ref
.
val string_of_decl_ref : ?len:int -> decl_ref -> string
Serialize a value of type
decl_ref
into a biniou string.
val get_decl_ref_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl_ref
Return a function that reads an untagged biniou value of type
decl_ref
.
val decl_ref_of_string : ?pos:int -> string -> decl_ref
Deserialize a biniou value of type
decl_ref
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_construct_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_construct_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_construct_expr_info : Bi_outbuf.t -> cxx_construct_expr_info -> unit
Output an untagged biniou value of type
cxx_construct_expr_info
.
val write_cxx_construct_expr_info : Bi_outbuf.t -> cxx_construct_expr_info -> unit
Output a biniou value of type
cxx_construct_expr_info
.
val string_of_cxx_construct_expr_info : ?len:int -> cxx_construct_expr_info -> string
Serialize a value of type
cxx_construct_expr_info
into a biniou string.
val get_cxx_construct_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_construct_expr_info
Return a function that reads an untagged biniou value of type
cxx_construct_expr_info
.
val read_cxx_construct_expr_info : Bi_inbuf.t -> cxx_construct_expr_info
Input a tagged biniou value of type
cxx_construct_expr_info
.
val cxx_construct_expr_info_of_string : ?pos:int -> string -> cxx_construct_expr_info
Deserialize a biniou value of type
cxx_construct_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_ctor_initializer_subject_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_ctor_initializer_subject
. Readers may support more than just this tag.
val write_untagged_cxx_ctor_initializer_subject : Bi_outbuf.t -> cxx_ctor_initializer_subject -> unit
Output an untagged biniou value of type
cxx_ctor_initializer_subject
.
val write_cxx_ctor_initializer_subject : Bi_outbuf.t -> cxx_ctor_initializer_subject -> unit
Output a biniou value of type
cxx_ctor_initializer_subject
.
val string_of_cxx_ctor_initializer_subject : ?len:int -> cxx_ctor_initializer_subject -> string
Serialize a value of type
cxx_ctor_initializer_subject
into a biniou string.
val get_cxx_ctor_initializer_subject_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_ctor_initializer_subject
Return a function that reads an untagged biniou value of type
cxx_ctor_initializer_subject
.
val read_cxx_ctor_initializer_subject : Bi_inbuf.t -> cxx_ctor_initializer_subject
Input a tagged biniou value of type
cxx_ctor_initializer_subject
.
val cxx_ctor_initializer_subject_of_string : ?pos:int -> string -> cxx_ctor_initializer_subject
Deserialize a biniou value of type
cxx_ctor_initializer_subject
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_ref_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
decl_ref_expr_info
. Readers may support more than just this tag.
val write_untagged_decl_ref_expr_info : Bi_outbuf.t -> decl_ref_expr_info -> unit
Output an untagged biniou value of type
decl_ref_expr_info
.
val write_decl_ref_expr_info : Bi_outbuf.t -> decl_ref_expr_info -> unit
Output a biniou value of type
decl_ref_expr_info
.
val string_of_decl_ref_expr_info : ?len:int -> decl_ref_expr_info -> string
Serialize a value of type
decl_ref_expr_info
into a biniou string.
val get_decl_ref_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl_ref_expr_info
Return a function that reads an untagged biniou value of type
decl_ref_expr_info
.
val read_decl_ref_expr_info : Bi_inbuf.t -> decl_ref_expr_info
Input a tagged biniou value of type
decl_ref_expr_info
.
val decl_ref_expr_info_of_string : ?pos:int -> string -> decl_ref_expr_info
Deserialize a biniou value of type
decl_ref_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val expr_with_cleanups_info_tag : Bi_io.node_tag
Tag used by the writers for type
expr_with_cleanups_info
. Readers may support more than just this tag.
val write_untagged_expr_with_cleanups_info : Bi_outbuf.t -> expr_with_cleanups_info -> unit
Output an untagged biniou value of type
expr_with_cleanups_info
.
val write_expr_with_cleanups_info : Bi_outbuf.t -> expr_with_cleanups_info -> unit
Output a biniou value of type
expr_with_cleanups_info
.
val string_of_expr_with_cleanups_info : ?len:int -> expr_with_cleanups_info -> string
Serialize a value of type
expr_with_cleanups_info
into a biniou string.
val get_expr_with_cleanups_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> expr_with_cleanups_info
Return a function that reads an untagged biniou value of type
expr_with_cleanups_info
.
val read_expr_with_cleanups_info : Bi_inbuf.t -> expr_with_cleanups_info
Input a tagged biniou value of type
expr_with_cleanups_info
.
val expr_with_cleanups_info_of_string : ?pos:int -> string -> expr_with_cleanups_info
Deserialize a biniou value of type
expr_with_cleanups_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val function_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
function_type_info
. Readers may support more than just this tag.
val write_untagged_function_type_info : Bi_outbuf.t -> function_type_info -> unit
Output an untagged biniou value of type
function_type_info
.
val write_function_type_info : Bi_outbuf.t -> function_type_info -> unit
Output a biniou value of type
function_type_info
.
val string_of_function_type_info : ?len:int -> function_type_info -> string
Serialize a value of type
function_type_info
into a biniou string.
val get_function_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> function_type_info
Return a function that reads an untagged biniou value of type
function_type_info
.
val read_function_type_info : Bi_inbuf.t -> function_type_info
Input a tagged biniou value of type
function_type_info
.
val function_type_info_of_string : ?pos:int -> string -> function_type_info
Deserialize a biniou value of type
function_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val materialize_temporary_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
materialize_temporary_expr_info
. Readers may support more than just this tag.
val write_untagged_materialize_temporary_expr_info : Bi_outbuf.t -> materialize_temporary_expr_info -> unit
Output an untagged biniou value of type
materialize_temporary_expr_info
.
val write_materialize_temporary_expr_info : Bi_outbuf.t -> materialize_temporary_expr_info -> unit
Output a biniou value of type
materialize_temporary_expr_info
.
val string_of_materialize_temporary_expr_info : ?len:int -> materialize_temporary_expr_info -> string
Serialize a value of type
materialize_temporary_expr_info
into a biniou string.
val get_materialize_temporary_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> materialize_temporary_expr_info
Return a function that reads an untagged biniou value of type
materialize_temporary_expr_info
.
val read_materialize_temporary_expr_info : Bi_inbuf.t -> materialize_temporary_expr_info
Input a tagged biniou value of type
materialize_temporary_expr_info
.
val materialize_temporary_expr_info_of_string : ?pos:int -> string -> materialize_temporary_expr_info
Deserialize a biniou value of type
materialize_temporary_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val member_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
member_expr_info
. Readers may support more than just this tag.
val write_untagged_member_expr_info : Bi_outbuf.t -> member_expr_info -> unit
Output an untagged biniou value of type
member_expr_info
.
val write_member_expr_info : Bi_outbuf.t -> member_expr_info -> unit
Output a biniou value of type
member_expr_info
.
val string_of_member_expr_info : ?len:int -> member_expr_info -> string
Serialize a value of type
member_expr_info
into a biniou string.
val get_member_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> member_expr_info
Return a function that reads an untagged biniou value of type
member_expr_info
.
val read_member_expr_info : Bi_inbuf.t -> member_expr_info
Input a tagged biniou value of type
member_expr_info
.
val member_expr_info_of_string : ?pos:int -> string -> member_expr_info
Deserialize a biniou value of type
member_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val namespace_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
namespace_decl_info
. Readers may support more than just this tag.
val write_untagged_namespace_decl_info : Bi_outbuf.t -> namespace_decl_info -> unit
Output an untagged biniou value of type
namespace_decl_info
.
val write_namespace_decl_info : Bi_outbuf.t -> namespace_decl_info -> unit
Output a biniou value of type
namespace_decl_info
.
val string_of_namespace_decl_info : ?len:int -> namespace_decl_info -> string
Serialize a value of type
namespace_decl_info
into a biniou string.
val get_namespace_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> namespace_decl_info
Return a function that reads an untagged biniou value of type
namespace_decl_info
.
val read_namespace_decl_info : Bi_inbuf.t -> namespace_decl_info
Input a tagged biniou value of type
namespace_decl_info
.
val namespace_decl_info_of_string : ?pos:int -> string -> namespace_decl_info
Deserialize a biniou value of type
namespace_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val nested_name_specifier_loc_tag : Bi_io.node_tag
Tag used by the writers for type
nested_name_specifier_loc
. Readers may support more than just this tag.
val write_untagged_nested_name_specifier_loc : Bi_outbuf.t -> nested_name_specifier_loc -> unit
Output an untagged biniou value of type
nested_name_specifier_loc
.
val write_nested_name_specifier_loc : Bi_outbuf.t -> nested_name_specifier_loc -> unit
Output a biniou value of type
nested_name_specifier_loc
.
val string_of_nested_name_specifier_loc : ?len:int -> nested_name_specifier_loc -> string
Serialize a value of type
nested_name_specifier_loc
into a biniou string.
val get_nested_name_specifier_loc_reader : Bi_io.node_tag -> Bi_inbuf.t -> nested_name_specifier_loc
Return a function that reads an untagged biniou value of type
nested_name_specifier_loc
.
val read_nested_name_specifier_loc : Bi_inbuf.t -> nested_name_specifier_loc
Input a tagged biniou value of type
nested_name_specifier_loc
.
val nested_name_specifier_loc_of_string : ?pos:int -> string -> nested_name_specifier_loc
Deserialize a biniou value of type
nested_name_specifier_loc
.- parameter pos
specifies the position where reading starts. Default: 0.
val namespace_alias_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
namespace_alias_decl_info
. Readers may support more than just this tag.
val write_untagged_namespace_alias_decl_info : Bi_outbuf.t -> namespace_alias_decl_info -> unit
Output an untagged biniou value of type
namespace_alias_decl_info
.
val write_namespace_alias_decl_info : Bi_outbuf.t -> namespace_alias_decl_info -> unit
Output a biniou value of type
namespace_alias_decl_info
.
val string_of_namespace_alias_decl_info : ?len:int -> namespace_alias_decl_info -> string
Serialize a value of type
namespace_alias_decl_info
into a biniou string.
val get_namespace_alias_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> namespace_alias_decl_info
Return a function that reads an untagged biniou value of type
namespace_alias_decl_info
.
val read_namespace_alias_decl_info : Bi_inbuf.t -> namespace_alias_decl_info
Input a tagged biniou value of type
namespace_alias_decl_info
.
val namespace_alias_decl_info_of_string : ?pos:int -> string -> namespace_alias_decl_info
Deserialize a biniou value of type
namespace_alias_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_category_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_category_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_category_decl_info : Bi_outbuf.t -> obj_c_category_decl_info -> unit
Output an untagged biniou value of type
obj_c_category_decl_info
.
val write_obj_c_category_decl_info : Bi_outbuf.t -> obj_c_category_decl_info -> unit
Output a biniou value of type
obj_c_category_decl_info
.
val string_of_obj_c_category_decl_info : ?len:int -> obj_c_category_decl_info -> string
Serialize a value of type
obj_c_category_decl_info
into a biniou string.
val get_obj_c_category_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_category_decl_info
Return a function that reads an untagged biniou value of type
obj_c_category_decl_info
.
val read_obj_c_category_decl_info : Bi_inbuf.t -> obj_c_category_decl_info
Input a tagged biniou value of type
obj_c_category_decl_info
.
val obj_c_category_decl_info_of_string : ?pos:int -> string -> obj_c_category_decl_info
Deserialize a biniou value of type
obj_c_category_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_category_impl_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_category_impl_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_category_impl_decl_info : Bi_outbuf.t -> obj_c_category_impl_decl_info -> unit
Output an untagged biniou value of type
obj_c_category_impl_decl_info
.
val write_obj_c_category_impl_decl_info : Bi_outbuf.t -> obj_c_category_impl_decl_info -> unit
Output a biniou value of type
obj_c_category_impl_decl_info
.
val string_of_obj_c_category_impl_decl_info : ?len:int -> obj_c_category_impl_decl_info -> string
Serialize a value of type
obj_c_category_impl_decl_info
into a biniou string.
val get_obj_c_category_impl_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_category_impl_decl_info
Return a function that reads an untagged biniou value of type
obj_c_category_impl_decl_info
.
val read_obj_c_category_impl_decl_info : Bi_inbuf.t -> obj_c_category_impl_decl_info
Input a tagged biniou value of type
obj_c_category_impl_decl_info
.
val obj_c_category_impl_decl_info_of_string : ?pos:int -> string -> obj_c_category_impl_decl_info
Deserialize a biniou value of type
obj_c_category_impl_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_compatible_alias_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_compatible_alias_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_compatible_alias_decl_info : Bi_outbuf.t -> obj_c_compatible_alias_decl_info -> unit
Output an untagged biniou value of type
obj_c_compatible_alias_decl_info
.
val write_obj_c_compatible_alias_decl_info : Bi_outbuf.t -> obj_c_compatible_alias_decl_info -> unit
Output a biniou value of type
obj_c_compatible_alias_decl_info
.
val string_of_obj_c_compatible_alias_decl_info : ?len:int -> obj_c_compatible_alias_decl_info -> string
Serialize a value of type
obj_c_compatible_alias_decl_info
into a biniou string.
val get_obj_c_compatible_alias_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_compatible_alias_decl_info
Return a function that reads an untagged biniou value of type
obj_c_compatible_alias_decl_info
.
val read_obj_c_compatible_alias_decl_info : Bi_inbuf.t -> obj_c_compatible_alias_decl_info
Input a tagged biniou value of type
obj_c_compatible_alias_decl_info
.
val obj_c_compatible_alias_decl_info_of_string : ?pos:int -> string -> obj_c_compatible_alias_decl_info
Deserialize a biniou value of type
obj_c_compatible_alias_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_interface_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_interface_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_interface_decl_info : Bi_outbuf.t -> obj_c_interface_decl_info -> unit
Output an untagged biniou value of type
obj_c_interface_decl_info
.
val write_obj_c_interface_decl_info : Bi_outbuf.t -> obj_c_interface_decl_info -> unit
Output a biniou value of type
obj_c_interface_decl_info
.
val string_of_obj_c_interface_decl_info : ?len:int -> obj_c_interface_decl_info -> string
Serialize a value of type
obj_c_interface_decl_info
into a biniou string.
val get_obj_c_interface_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_interface_decl_info
Return a function that reads an untagged biniou value of type
obj_c_interface_decl_info
.
val read_obj_c_interface_decl_info : Bi_inbuf.t -> obj_c_interface_decl_info
Input a tagged biniou value of type
obj_c_interface_decl_info
.
val obj_c_interface_decl_info_of_string : ?pos:int -> string -> obj_c_interface_decl_info
Deserialize a biniou value of type
obj_c_interface_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_ivar_ref_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_ivar_ref_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_ivar_ref_expr_info : Bi_outbuf.t -> obj_c_ivar_ref_expr_info -> unit
Output an untagged biniou value of type
obj_c_ivar_ref_expr_info
.
val write_obj_c_ivar_ref_expr_info : Bi_outbuf.t -> obj_c_ivar_ref_expr_info -> unit
Output a biniou value of type
obj_c_ivar_ref_expr_info
.
val string_of_obj_c_ivar_ref_expr_info : ?len:int -> obj_c_ivar_ref_expr_info -> string
Serialize a value of type
obj_c_ivar_ref_expr_info
into a biniou string.
val get_obj_c_ivar_ref_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_ivar_ref_expr_info
Return a function that reads an untagged biniou value of type
obj_c_ivar_ref_expr_info
.
val read_obj_c_ivar_ref_expr_info : Bi_inbuf.t -> obj_c_ivar_ref_expr_info
Input a tagged biniou value of type
obj_c_ivar_ref_expr_info
.
val obj_c_ivar_ref_expr_info_of_string : ?pos:int -> string -> obj_c_ivar_ref_expr_info
Deserialize a biniou value of type
obj_c_ivar_ref_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_property_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_property_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_property_decl_info : Bi_outbuf.t -> obj_c_property_decl_info -> unit
Output an untagged biniou value of type
obj_c_property_decl_info
.
val write_obj_c_property_decl_info : Bi_outbuf.t -> obj_c_property_decl_info -> unit
Output a biniou value of type
obj_c_property_decl_info
.
val string_of_obj_c_property_decl_info : ?len:int -> obj_c_property_decl_info -> string
Serialize a value of type
obj_c_property_decl_info
into a biniou string.
val get_obj_c_property_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_property_decl_info
Return a function that reads an untagged biniou value of type
obj_c_property_decl_info
.
val read_obj_c_property_decl_info : Bi_inbuf.t -> obj_c_property_decl_info
Input a tagged biniou value of type
obj_c_property_decl_info
.
val obj_c_property_decl_info_of_string : ?pos:int -> string -> obj_c_property_decl_info
Deserialize a biniou value of type
obj_c_property_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_property_impl_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_property_impl_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_property_impl_decl_info : Bi_outbuf.t -> obj_c_property_impl_decl_info -> unit
Output an untagged biniou value of type
obj_c_property_impl_decl_info
.
val write_obj_c_property_impl_decl_info : Bi_outbuf.t -> obj_c_property_impl_decl_info -> unit
Output a biniou value of type
obj_c_property_impl_decl_info
.
val string_of_obj_c_property_impl_decl_info : ?len:int -> obj_c_property_impl_decl_info -> string
Serialize a value of type
obj_c_property_impl_decl_info
into a biniou string.
val get_obj_c_property_impl_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_property_impl_decl_info
Return a function that reads an untagged biniou value of type
obj_c_property_impl_decl_info
.
val read_obj_c_property_impl_decl_info : Bi_inbuf.t -> obj_c_property_impl_decl_info
Input a tagged biniou value of type
obj_c_property_impl_decl_info
.
val obj_c_property_impl_decl_info_of_string : ?pos:int -> string -> obj_c_property_impl_decl_info
Deserialize a biniou value of type
obj_c_property_impl_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_protocol_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_protocol_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_protocol_decl_info : Bi_outbuf.t -> obj_c_protocol_decl_info -> unit
Output an untagged biniou value of type
obj_c_protocol_decl_info
.
val write_obj_c_protocol_decl_info : Bi_outbuf.t -> obj_c_protocol_decl_info -> unit
Output a biniou value of type
obj_c_protocol_decl_info
.
val string_of_obj_c_protocol_decl_info : ?len:int -> obj_c_protocol_decl_info -> string
Serialize a value of type
obj_c_protocol_decl_info
into a biniou string.
val get_obj_c_protocol_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_protocol_decl_info
Return a function that reads an untagged biniou value of type
obj_c_protocol_decl_info
.
val read_obj_c_protocol_decl_info : Bi_inbuf.t -> obj_c_protocol_decl_info
Input a tagged biniou value of type
obj_c_protocol_decl_info
.
val obj_c_protocol_decl_info_of_string : ?pos:int -> string -> obj_c_protocol_decl_info
Deserialize a biniou value of type
obj_c_protocol_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val objc_encode_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
objc_encode_expr_info
. Readers may support more than just this tag.
val write_untagged_objc_encode_expr_info : Bi_outbuf.t -> objc_encode_expr_info -> unit
Output an untagged biniou value of type
objc_encode_expr_info
.
val write_objc_encode_expr_info : Bi_outbuf.t -> objc_encode_expr_info -> unit
Output a biniou value of type
objc_encode_expr_info
.
val string_of_objc_encode_expr_info : ?len:int -> objc_encode_expr_info -> string
Serialize a value of type
objc_encode_expr_info
into a biniou string.
val get_objc_encode_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> objc_encode_expr_info
Return a function that reads an untagged biniou value of type
objc_encode_expr_info
.
val read_objc_encode_expr_info : Bi_inbuf.t -> objc_encode_expr_info
Input a tagged biniou value of type
objc_encode_expr_info
.
val objc_encode_expr_info_of_string : ?pos:int -> string -> objc_encode_expr_info
Deserialize a biniou value of type
objc_encode_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val objc_object_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
objc_object_type_info
. Readers may support more than just this tag.
val write_untagged_objc_object_type_info : Bi_outbuf.t -> objc_object_type_info -> unit
Output an untagged biniou value of type
objc_object_type_info
.
val write_objc_object_type_info : Bi_outbuf.t -> objc_object_type_info -> unit
Output a biniou value of type
objc_object_type_info
.
val string_of_objc_object_type_info : ?len:int -> objc_object_type_info -> string
Serialize a value of type
objc_object_type_info
into a biniou string.
val get_objc_object_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> objc_object_type_info
Return a function that reads an untagged biniou value of type
objc_object_type_info
.
val read_objc_object_type_info : Bi_inbuf.t -> objc_object_type_info
Input a tagged biniou value of type
objc_object_type_info
.
val objc_object_type_info_of_string : ?pos:int -> string -> objc_object_type_info
Deserialize a biniou value of type
objc_object_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val overload_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
overload_expr_info
. Readers may support more than just this tag.
val write_untagged_overload_expr_info : Bi_outbuf.t -> overload_expr_info -> unit
Output an untagged biniou value of type
overload_expr_info
.
val write_overload_expr_info : Bi_outbuf.t -> overload_expr_info -> unit
Output a biniou value of type
overload_expr_info
.
val string_of_overload_expr_info : ?len:int -> overload_expr_info -> string
Serialize a value of type
overload_expr_info
into a biniou string.
val get_overload_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> overload_expr_info
Return a function that reads an untagged biniou value of type
overload_expr_info
.
val read_overload_expr_info : Bi_inbuf.t -> overload_expr_info
Input a tagged biniou value of type
overload_expr_info
.
val overload_expr_info_of_string : ?pos:int -> string -> overload_expr_info
Deserialize a biniou value of type
overload_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val params_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
params_type_info
. Readers may support more than just this tag.
val write_untagged_params_type_info : Bi_outbuf.t -> params_type_info -> unit
Output an untagged biniou value of type
params_type_info
.
val write_params_type_info : Bi_outbuf.t -> params_type_info -> unit
Output a biniou value of type
params_type_info
.
val string_of_params_type_info : ?len:int -> params_type_info -> string
Serialize a value of type
params_type_info
into a biniou string.
val get_params_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> params_type_info
Return a function that reads an untagged biniou value of type
params_type_info
.
val read_params_type_info : Bi_inbuf.t -> params_type_info
Input a tagged biniou value of type
params_type_info
.
val params_type_info_of_string : ?pos:int -> string -> params_type_info
Deserialize a biniou value of type
params_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val property_ref_kind_tag : Bi_io.node_tag
Tag used by the writers for type
property_ref_kind
. Readers may support more than just this tag.
val write_untagged_property_ref_kind : Bi_outbuf.t -> property_ref_kind -> unit
Output an untagged biniou value of type
property_ref_kind
.
val write_property_ref_kind : Bi_outbuf.t -> property_ref_kind -> unit
Output a biniou value of type
property_ref_kind
.
val string_of_property_ref_kind : ?len:int -> property_ref_kind -> string
Serialize a value of type
property_ref_kind
into a biniou string.
val get_property_ref_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> property_ref_kind
Return a function that reads an untagged biniou value of type
property_ref_kind
.
val read_property_ref_kind : Bi_inbuf.t -> property_ref_kind
Input a tagged biniou value of type
property_ref_kind
.
val property_ref_kind_of_string : ?pos:int -> string -> property_ref_kind
Deserialize a biniou value of type
property_ref_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_property_ref_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_property_ref_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_property_ref_expr_info : Bi_outbuf.t -> obj_c_property_ref_expr_info -> unit
Output an untagged biniou value of type
obj_c_property_ref_expr_info
.
val write_obj_c_property_ref_expr_info : Bi_outbuf.t -> obj_c_property_ref_expr_info -> unit
Output a biniou value of type
obj_c_property_ref_expr_info
.
val string_of_obj_c_property_ref_expr_info : ?len:int -> obj_c_property_ref_expr_info -> string
Serialize a value of type
obj_c_property_ref_expr_info
into a biniou string.
val get_obj_c_property_ref_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_property_ref_expr_info
Return a function that reads an untagged biniou value of type
obj_c_property_ref_expr_info
.
val read_obj_c_property_ref_expr_info : Bi_inbuf.t -> obj_c_property_ref_expr_info
Input a tagged biniou value of type
obj_c_property_ref_expr_info
.
val obj_c_property_ref_expr_info_of_string : ?pos:int -> string -> obj_c_property_ref_expr_info
Deserialize a biniou value of type
obj_c_property_ref_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val receiver_kind_tag : Bi_io.node_tag
Tag used by the writers for type
receiver_kind
. Readers may support more than just this tag.
val write_untagged_receiver_kind : Bi_outbuf.t -> receiver_kind -> unit
Output an untagged biniou value of type
receiver_kind
.
val write_receiver_kind : Bi_outbuf.t -> receiver_kind -> unit
Output a biniou value of type
receiver_kind
.
val string_of_receiver_kind : ?len:int -> receiver_kind -> string
Serialize a value of type
receiver_kind
into a biniou string.
val get_receiver_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> receiver_kind
Return a function that reads an untagged biniou value of type
receiver_kind
.
val read_receiver_kind : Bi_inbuf.t -> receiver_kind
Input a tagged biniou value of type
receiver_kind
.
val receiver_kind_of_string : ?pos:int -> string -> receiver_kind
Deserialize a biniou value of type
receiver_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_message_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_message_expr_info
. Readers may support more than just this tag.
val write_untagged_obj_c_message_expr_info : Bi_outbuf.t -> obj_c_message_expr_info -> unit
Output an untagged biniou value of type
obj_c_message_expr_info
.
val write_obj_c_message_expr_info : Bi_outbuf.t -> obj_c_message_expr_info -> unit
Output a biniou value of type
obj_c_message_expr_info
.
val string_of_obj_c_message_expr_info : ?len:int -> obj_c_message_expr_info -> string
Serialize a value of type
obj_c_message_expr_info
into a biniou string.
val get_obj_c_message_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_message_expr_info
Return a function that reads an untagged biniou value of type
obj_c_message_expr_info
.
val read_obj_c_message_expr_info : Bi_inbuf.t -> obj_c_message_expr_info
Input a tagged biniou value of type
obj_c_message_expr_info
.
val obj_c_message_expr_info_of_string : ?pos:int -> string -> obj_c_message_expr_info
Deserialize a biniou value of type
obj_c_message_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val type_info_tag : Bi_io.node_tag
Tag used by the writers for type
type_info
. Readers may support more than just this tag.
val write_untagged_type_info : Bi_outbuf.t -> type_info -> unit
Output an untagged biniou value of type
type_info
.
val string_of_type_info : ?len:int -> type_info -> string
Serialize a value of type
type_info
into a biniou string.
val get_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> type_info
Return a function that reads an untagged biniou value of type
type_info
.
val type_info_of_string : ?pos:int -> string -> type_info
Deserialize a biniou value of type
type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val type_trait_info_tag : Bi_io.node_tag
Tag used by the writers for type
type_trait_info
. Readers may support more than just this tag.
val write_untagged_type_trait_info : Bi_outbuf.t -> type_trait_info -> unit
Output an untagged biniou value of type
type_trait_info
.
val write_type_trait_info : Bi_outbuf.t -> type_trait_info -> unit
Output a biniou value of type
type_trait_info
.
val string_of_type_trait_info : ?len:int -> type_trait_info -> string
Serialize a value of type
type_trait_info
into a biniou string.
val get_type_trait_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> type_trait_info
Return a function that reads an untagged biniou value of type
type_trait_info
.
val read_type_trait_info : Bi_inbuf.t -> type_trait_info
Input a tagged biniou value of type
type_trait_info
.
val type_trait_info_of_string : ?pos:int -> string -> type_trait_info
Deserialize a biniou value of type
type_trait_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val typedef_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
typedef_decl_info
. Readers may support more than just this tag.
val write_untagged_typedef_decl_info : Bi_outbuf.t -> typedef_decl_info -> unit
Output an untagged biniou value of type
typedef_decl_info
.
val write_typedef_decl_info : Bi_outbuf.t -> typedef_decl_info -> unit
Output a biniou value of type
typedef_decl_info
.
val string_of_typedef_decl_info : ?len:int -> typedef_decl_info -> string
Serialize a value of type
typedef_decl_info
into a biniou string.
val get_typedef_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> typedef_decl_info
Return a function that reads an untagged biniou value of type
typedef_decl_info
.
val read_typedef_decl_info : Bi_inbuf.t -> typedef_decl_info
Input a tagged biniou value of type
typedef_decl_info
.
val typedef_decl_info_of_string : ?pos:int -> string -> typedef_decl_info
Deserialize a biniou value of type
typedef_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val typedef_type_info_tag : Bi_io.node_tag
Tag used by the writers for type
typedef_type_info
. Readers may support more than just this tag.
val write_untagged_typedef_type_info : Bi_outbuf.t -> typedef_type_info -> unit
Output an untagged biniou value of type
typedef_type_info
.
val write_typedef_type_info : Bi_outbuf.t -> typedef_type_info -> unit
Output a biniou value of type
typedef_type_info
.
val string_of_typedef_type_info : ?len:int -> typedef_type_info -> string
Serialize a value of type
typedef_type_info
into a biniou string.
val get_typedef_type_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> typedef_type_info
Return a function that reads an untagged biniou value of type
typedef_type_info
.
val read_typedef_type_info : Bi_inbuf.t -> typedef_type_info
Input a tagged biniou value of type
typedef_type_info
.
val typedef_type_info_of_string : ?pos:int -> string -> typedef_type_info
Deserialize a biniou value of type
typedef_type_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val c_type_tag : Bi_io.node_tag
Tag used by the writers for type
c_type
. Readers may support more than just this tag.
val write_untagged_c_type : Bi_outbuf.t -> c_type -> unit
Output an untagged biniou value of type
c_type
.
val string_of_c_type : ?len:int -> c_type -> string
Serialize a value of type
c_type
into a biniou string.
val get_c_type_reader : Bi_io.node_tag -> Bi_inbuf.t -> c_type
Return a function that reads an untagged biniou value of type
c_type
.
val c_type_of_string : ?pos:int -> string -> c_type
Deserialize a biniou value of type
c_type
.- parameter pos
specifies the position where reading starts. Default: 0.
val translation_unit_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
translation_unit_decl_info
. Readers may support more than just this tag.
val write_untagged_translation_unit_decl_info : Bi_outbuf.t -> translation_unit_decl_info -> unit
Output an untagged biniou value of type
translation_unit_decl_info
.
val write_translation_unit_decl_info : Bi_outbuf.t -> translation_unit_decl_info -> unit
Output a biniou value of type
translation_unit_decl_info
.
val string_of_translation_unit_decl_info : ?len:int -> translation_unit_decl_info -> string
Serialize a value of type
translation_unit_decl_info
into a biniou string.
val get_translation_unit_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> translation_unit_decl_info
Return a function that reads an untagged biniou value of type
translation_unit_decl_info
.
val read_translation_unit_decl_info : Bi_inbuf.t -> translation_unit_decl_info
Input a tagged biniou value of type
translation_unit_decl_info
.
val translation_unit_decl_info_of_string : ?pos:int -> string -> translation_unit_decl_info
Deserialize a biniou value of type
translation_unit_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val unary_expr_or_type_trait_kind_tag : Bi_io.node_tag
Tag used by the writers for type
unary_expr_or_type_trait_kind
. Readers may support more than just this tag.
val write_untagged_unary_expr_or_type_trait_kind : Bi_outbuf.t -> unary_expr_or_type_trait_kind -> unit
Output an untagged biniou value of type
unary_expr_or_type_trait_kind
.
val write_unary_expr_or_type_trait_kind : Bi_outbuf.t -> unary_expr_or_type_trait_kind -> unit
Output a biniou value of type
unary_expr_or_type_trait_kind
.
val string_of_unary_expr_or_type_trait_kind : ?len:int -> unary_expr_or_type_trait_kind -> string
Serialize a value of type
unary_expr_or_type_trait_kind
into a biniou string.
val get_unary_expr_or_type_trait_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> unary_expr_or_type_trait_kind
Return a function that reads an untagged biniou value of type
unary_expr_or_type_trait_kind
.
val read_unary_expr_or_type_trait_kind : Bi_inbuf.t -> unary_expr_or_type_trait_kind
Input a tagged biniou value of type
unary_expr_or_type_trait_kind
.
val unary_expr_or_type_trait_kind_of_string : ?pos:int -> string -> unary_expr_or_type_trait_kind
Deserialize a biniou value of type
unary_expr_or_type_trait_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val unary_expr_or_type_trait_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
unary_expr_or_type_trait_expr_info
. Readers may support more than just this tag.
val write_untagged_unary_expr_or_type_trait_expr_info : Bi_outbuf.t -> unary_expr_or_type_trait_expr_info -> unit
Output an untagged biniou value of type
unary_expr_or_type_trait_expr_info
.
val write_unary_expr_or_type_trait_expr_info : Bi_outbuf.t -> unary_expr_or_type_trait_expr_info -> unit
Output a biniou value of type
unary_expr_or_type_trait_expr_info
.
val string_of_unary_expr_or_type_trait_expr_info : ?len:int -> unary_expr_or_type_trait_expr_info -> string
Serialize a value of type
unary_expr_or_type_trait_expr_info
into a biniou string.
val get_unary_expr_or_type_trait_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> unary_expr_or_type_trait_expr_info
Return a function that reads an untagged biniou value of type
unary_expr_or_type_trait_expr_info
.
val read_unary_expr_or_type_trait_expr_info : Bi_inbuf.t -> unary_expr_or_type_trait_expr_info
Input a tagged biniou value of type
unary_expr_or_type_trait_expr_info
.
val unary_expr_or_type_trait_expr_info_of_string : ?pos:int -> string -> unary_expr_or_type_trait_expr_info
Deserialize a biniou value of type
unary_expr_or_type_trait_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val unary_operator_kind_tag : Bi_io.node_tag
Tag used by the writers for type
unary_operator_kind
. Readers may support more than just this tag.
val write_untagged_unary_operator_kind : Bi_outbuf.t -> unary_operator_kind -> unit
Output an untagged biniou value of type
unary_operator_kind
.
val write_unary_operator_kind : Bi_outbuf.t -> unary_operator_kind -> unit
Output a biniou value of type
unary_operator_kind
.
val string_of_unary_operator_kind : ?len:int -> unary_operator_kind -> string
Serialize a value of type
unary_operator_kind
into a biniou string.
val get_unary_operator_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> unary_operator_kind
Return a function that reads an untagged biniou value of type
unary_operator_kind
.
val read_unary_operator_kind : Bi_inbuf.t -> unary_operator_kind
Input a tagged biniou value of type
unary_operator_kind
.
val unary_operator_kind_of_string : ?pos:int -> string -> unary_operator_kind
Deserialize a biniou value of type
unary_operator_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val unary_operator_info_tag : Bi_io.node_tag
Tag used by the writers for type
unary_operator_info
. Readers may support more than just this tag.
val write_untagged_unary_operator_info : Bi_outbuf.t -> unary_operator_info -> unit
Output an untagged biniou value of type
unary_operator_info
.
val write_unary_operator_info : Bi_outbuf.t -> unary_operator_info -> unit
Output a biniou value of type
unary_operator_info
.
val string_of_unary_operator_info : ?len:int -> unary_operator_info -> string
Serialize a value of type
unary_operator_info
into a biniou string.
val get_unary_operator_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> unary_operator_info
Return a function that reads an untagged biniou value of type
unary_operator_info
.
val read_unary_operator_info : Bi_inbuf.t -> unary_operator_info
Input a tagged biniou value of type
unary_operator_info
.
val unary_operator_info_of_string : ?pos:int -> string -> unary_operator_info
Deserialize a biniou value of type
unary_operator_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val unresolved_lookup_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
unresolved_lookup_expr_info
. Readers may support more than just this tag.
val write_untagged_unresolved_lookup_expr_info : Bi_outbuf.t -> unresolved_lookup_expr_info -> unit
Output an untagged biniou value of type
unresolved_lookup_expr_info
.
val write_unresolved_lookup_expr_info : Bi_outbuf.t -> unresolved_lookup_expr_info -> unit
Output a biniou value of type
unresolved_lookup_expr_info
.
val string_of_unresolved_lookup_expr_info : ?len:int -> unresolved_lookup_expr_info -> string
Serialize a value of type
unresolved_lookup_expr_info
into a biniou string.
val get_unresolved_lookup_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> unresolved_lookup_expr_info
Return a function that reads an untagged biniou value of type
unresolved_lookup_expr_info
.
val read_unresolved_lookup_expr_info : Bi_inbuf.t -> unresolved_lookup_expr_info
Input a tagged biniou value of type
unresolved_lookup_expr_info
.
val unresolved_lookup_expr_info_of_string : ?pos:int -> string -> unresolved_lookup_expr_info
Deserialize a biniou value of type
unresolved_lookup_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val using_directive_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
using_directive_decl_info
. Readers may support more than just this tag.
val write_untagged_using_directive_decl_info : Bi_outbuf.t -> using_directive_decl_info -> unit
Output an untagged biniou value of type
using_directive_decl_info
.
val write_using_directive_decl_info : Bi_outbuf.t -> using_directive_decl_info -> unit
Output a biniou value of type
using_directive_decl_info
.
val string_of_using_directive_decl_info : ?len:int -> using_directive_decl_info -> string
Serialize a value of type
using_directive_decl_info
into a biniou string.
val get_using_directive_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> using_directive_decl_info
Return a function that reads an untagged biniou value of type
using_directive_decl_info
.
val read_using_directive_decl_info : Bi_inbuf.t -> using_directive_decl_info
Input a tagged biniou value of type
using_directive_decl_info
.
val using_directive_decl_info_of_string : ?pos:int -> string -> using_directive_decl_info
Deserialize a biniou value of type
using_directive_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val value_kind_tag : Bi_io.node_tag
Tag used by the writers for type
value_kind
. Readers may support more than just this tag.
val write_untagged_value_kind : Bi_outbuf.t -> value_kind -> unit
Output an untagged biniou value of type
value_kind
.
val write_value_kind : Bi_outbuf.t -> value_kind -> unit
Output a biniou value of type
value_kind
.
val string_of_value_kind : ?len:int -> value_kind -> string
Serialize a value of type
value_kind
into a biniou string.
val get_value_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> value_kind
Return a function that reads an untagged biniou value of type
value_kind
.
val read_value_kind : Bi_inbuf.t -> value_kind
Input a tagged biniou value of type
value_kind
.
val value_kind_of_string : ?pos:int -> string -> value_kind
Deserialize a biniou value of type
value_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
expr_info
. Readers may support more than just this tag.
val write_untagged_expr_info : Bi_outbuf.t -> expr_info -> unit
Output an untagged biniou value of type
expr_info
.
val string_of_expr_info : ?len:int -> expr_info -> string
Serialize a value of type
expr_info
into a biniou string.
val get_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> expr_info
Return a function that reads an untagged biniou value of type
expr_info
.
val expr_info_of_string : ?pos:int -> string -> expr_info
Deserialize a biniou value of type
expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val version_tuple_tag : Bi_io.node_tag
Tag used by the writers for type
version_tuple
. Readers may support more than just this tag.
val write_untagged_version_tuple : Bi_outbuf.t -> version_tuple -> unit
Output an untagged biniou value of type
version_tuple
.
val write_version_tuple : Bi_outbuf.t -> version_tuple -> unit
Output a biniou value of type
version_tuple
.
val string_of_version_tuple : ?len:int -> version_tuple -> string
Serialize a value of type
version_tuple
into a biniou string.
val get_version_tuple_reader : Bi_io.node_tag -> Bi_inbuf.t -> version_tuple
Return a function that reads an untagged biniou value of type
version_tuple
.
val read_version_tuple : Bi_inbuf.t -> version_tuple
Input a tagged biniou value of type
version_tuple
.
val version_tuple_of_string : ?pos:int -> string -> version_tuple
Deserialize a biniou value of type
version_tuple
.- parameter pos
specifies the position where reading starts. Default: 0.
val availability_attr_info_tag : Bi_io.node_tag
Tag used by the writers for type
availability_attr_info
. Readers may support more than just this tag.
val write_untagged_availability_attr_info : Bi_outbuf.t -> availability_attr_info -> unit
Output an untagged biniou value of type
availability_attr_info
.
val write_availability_attr_info : Bi_outbuf.t -> availability_attr_info -> unit
Output a biniou value of type
availability_attr_info
.
val string_of_availability_attr_info : ?len:int -> availability_attr_info -> string
Serialize a value of type
availability_attr_info
into a biniou string.
val get_availability_attr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> availability_attr_info
Return a function that reads an untagged biniou value of type
availability_attr_info
.
val read_availability_attr_info : Bi_inbuf.t -> availability_attr_info
Input a tagged biniou value of type
availability_attr_info
.
val availability_attr_info_of_string : ?pos:int -> string -> availability_attr_info
Deserialize a biniou value of type
availability_attr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val visibility_attr_tag : Bi_io.node_tag
Tag used by the writers for type
visibility_attr
. Readers may support more than just this tag.
val write_untagged_visibility_attr : Bi_outbuf.t -> visibility_attr -> unit
Output an untagged biniou value of type
visibility_attr
.
val write_visibility_attr : Bi_outbuf.t -> visibility_attr -> unit
Output a biniou value of type
visibility_attr
.
val string_of_visibility_attr : ?len:int -> visibility_attr -> string
Serialize a value of type
visibility_attr
into a biniou string.
val get_visibility_attr_reader : Bi_io.node_tag -> Bi_inbuf.t -> visibility_attr
Return a function that reads an untagged biniou value of type
visibility_attr
.
val read_visibility_attr : Bi_inbuf.t -> visibility_attr
Input a tagged biniou value of type
visibility_attr
.
val visibility_attr_of_string : ?pos:int -> string -> visibility_attr
Deserialize a biniou value of type
visibility_attr
.- parameter pos
specifies the position where reading starts. Default: 0.
val attribute_tag : Bi_io.node_tag
Tag used by the writers for type
attribute
. Readers may support more than just this tag.
val write_untagged_attribute : Bi_outbuf.t -> attribute -> unit
Output an untagged biniou value of type
attribute
.
val string_of_attribute : ?len:int -> attribute -> string
Serialize a value of type
attribute
into a biniou string.
val get_attribute_reader : Bi_io.node_tag -> Bi_inbuf.t -> attribute
Return a function that reads an untagged biniou value of type
attribute
.
val attribute_of_string : ?pos:int -> string -> attribute
Deserialize a biniou value of type
attribute
.- parameter pos
specifies the position where reading starts. Default: 0.
val template_instantiation_arg_info_tag : Bi_io.node_tag
Tag used by the writers for type
template_instantiation_arg_info
. Readers may support more than just this tag.
val write_untagged_template_instantiation_arg_info : Bi_outbuf.t -> template_instantiation_arg_info -> unit
Output an untagged biniou value of type
template_instantiation_arg_info
.
val write_template_instantiation_arg_info : Bi_outbuf.t -> template_instantiation_arg_info -> unit
Output a biniou value of type
template_instantiation_arg_info
.
val string_of_template_instantiation_arg_info : ?len:int -> template_instantiation_arg_info -> string
Serialize a value of type
template_instantiation_arg_info
into a biniou string.
val get_template_instantiation_arg_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> template_instantiation_arg_info
Return a function that reads an untagged biniou value of type
template_instantiation_arg_info
.
val read_template_instantiation_arg_info : Bi_inbuf.t -> template_instantiation_arg_info
Input a tagged biniou value of type
template_instantiation_arg_info
.
val template_instantiation_arg_info_of_string : ?pos:int -> string -> template_instantiation_arg_info
Deserialize a biniou value of type
template_instantiation_arg_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val comment_tag : Bi_io.node_tag
Tag used by the writers for type
comment
. Readers may support more than just this tag.
val write_untagged_comment : Bi_outbuf.t -> comment -> unit
Output an untagged biniou value of type
comment
.
val string_of_comment : ?len:int -> comment -> string
Serialize a value of type
comment
into a biniou string.
val get_comment_reader : Bi_io.node_tag -> Bi_inbuf.t -> comment
Return a function that reads an untagged biniou value of type
comment
.
val comment_of_string : ?pos:int -> string -> comment
Deserialize a biniou value of type
comment
.- parameter pos
specifies the position where reading starts. Default: 0.
val template_specialization_info_tag : Bi_io.node_tag
Tag used by the writers for type
template_specialization_info
. Readers may support more than just this tag.
val write_untagged_template_specialization_info : Bi_outbuf.t -> template_specialization_info -> unit
Output an untagged biniou value of type
template_specialization_info
.
val write_template_specialization_info : Bi_outbuf.t -> template_specialization_info -> unit
Output a biniou value of type
template_specialization_info
.
val string_of_template_specialization_info : ?len:int -> template_specialization_info -> string
Serialize a value of type
template_specialization_info
into a biniou string.
val get_template_specialization_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> template_specialization_info
Return a function that reads an untagged biniou value of type
template_specialization_info
.
val read_template_specialization_info : Bi_inbuf.t -> template_specialization_info
Input a tagged biniou value of type
template_specialization_info
.
val template_specialization_info_of_string : ?pos:int -> string -> template_specialization_info
Deserialize a biniou value of type
template_specialization_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
decl_info
. Readers may support more than just this tag.
val write_untagged_decl_info : Bi_outbuf.t -> decl_info -> unit
Output an untagged biniou value of type
decl_info
.
val string_of_decl_info : ?len:int -> decl_info -> string
Serialize a value of type
decl_info
into a biniou string.
val get_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl_info
Return a function that reads an untagged biniou value of type
decl_info
.
val decl_info_of_string : ?pos:int -> string -> decl_info
Deserialize a biniou value of type
decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val block_captured_variable_tag : Bi_io.node_tag
Tag used by the writers for type
block_captured_variable
. Readers may support more than just this tag.
val write_untagged_block_captured_variable : Bi_outbuf.t -> block_captured_variable -> unit
Output an untagged biniou value of type
block_captured_variable
.
val write_block_captured_variable : Bi_outbuf.t -> block_captured_variable -> unit
Output a biniou value of type
block_captured_variable
.
val string_of_block_captured_variable : ?len:int -> block_captured_variable -> string
Serialize a value of type
block_captured_variable
into a biniou string.
val get_block_captured_variable_reader : Bi_io.node_tag -> Bi_inbuf.t -> block_captured_variable
Return a function that reads an untagged biniou value of type
block_captured_variable
.
val read_block_captured_variable : Bi_inbuf.t -> block_captured_variable
Input a tagged biniou value of type
block_captured_variable
.
val block_captured_variable_of_string : ?pos:int -> string -> block_captured_variable
Deserialize a biniou value of type
block_captured_variable
.- parameter pos
specifies the position where reading starts. Default: 0.
val block_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
block_decl_info
. Readers may support more than just this tag.
val write_untagged_block_decl_info : Bi_outbuf.t -> block_decl_info -> unit
Output an untagged biniou value of type
block_decl_info
.
val write_block_decl_info : Bi_outbuf.t -> block_decl_info -> unit
Output a biniou value of type
block_decl_info
.
val string_of_block_decl_info : ?len:int -> block_decl_info -> string
Serialize a value of type
block_decl_info
into a biniou string.
val get_block_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> block_decl_info
Return a function that reads an untagged biniou value of type
block_decl_info
.
val read_block_decl_info : Bi_inbuf.t -> block_decl_info
Input a tagged biniou value of type
block_decl_info
.
val block_decl_info_of_string : ?pos:int -> string -> block_decl_info
Deserialize a biniou value of type
block_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_catch_stmt_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_catch_stmt_info
. Readers may support more than just this tag.
val write_untagged_cxx_catch_stmt_info : Bi_outbuf.t -> cxx_catch_stmt_info -> unit
Output an untagged biniou value of type
cxx_catch_stmt_info
.
val write_cxx_catch_stmt_info : Bi_outbuf.t -> cxx_catch_stmt_info -> unit
Output a biniou value of type
cxx_catch_stmt_info
.
val string_of_cxx_catch_stmt_info : ?len:int -> cxx_catch_stmt_info -> string
Serialize a value of type
cxx_catch_stmt_info
into a biniou string.
val get_cxx_catch_stmt_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_catch_stmt_info
Return a function that reads an untagged biniou value of type
cxx_catch_stmt_info
.
val read_cxx_catch_stmt_info : Bi_inbuf.t -> cxx_catch_stmt_info
Input a tagged biniou value of type
cxx_catch_stmt_info
.
val cxx_catch_stmt_info_of_string : ?pos:int -> string -> cxx_catch_stmt_info
Deserialize a biniou value of type
cxx_catch_stmt_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_ctor_initializer_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_ctor_initializer
. Readers may support more than just this tag.
val write_untagged_cxx_ctor_initializer : Bi_outbuf.t -> cxx_ctor_initializer -> unit
Output an untagged biniou value of type
cxx_ctor_initializer
.
val write_cxx_ctor_initializer : Bi_outbuf.t -> cxx_ctor_initializer -> unit
Output a biniou value of type
cxx_ctor_initializer
.
val string_of_cxx_ctor_initializer : ?len:int -> cxx_ctor_initializer -> string
Serialize a value of type
cxx_ctor_initializer
into a biniou string.
val get_cxx_ctor_initializer_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_ctor_initializer
Return a function that reads an untagged biniou value of type
cxx_ctor_initializer
.
val read_cxx_ctor_initializer : Bi_inbuf.t -> cxx_ctor_initializer
Input a tagged biniou value of type
cxx_ctor_initializer
.
val cxx_ctor_initializer_of_string : ?pos:int -> string -> cxx_ctor_initializer
Deserialize a biniou value of type
cxx_ctor_initializer
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_default_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_default_expr_info
. Readers may support more than just this tag.
val write_untagged_cxx_default_expr_info : Bi_outbuf.t -> cxx_default_expr_info -> unit
Output an untagged biniou value of type
cxx_default_expr_info
.
val write_cxx_default_expr_info : Bi_outbuf.t -> cxx_default_expr_info -> unit
Output a biniou value of type
cxx_default_expr_info
.
val string_of_cxx_default_expr_info : ?len:int -> cxx_default_expr_info -> string
Serialize a value of type
cxx_default_expr_info
into a biniou string.
val get_cxx_default_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_default_expr_info
Return a function that reads an untagged biniou value of type
cxx_default_expr_info
.
val read_cxx_default_expr_info : Bi_inbuf.t -> cxx_default_expr_info
Input a tagged biniou value of type
cxx_default_expr_info
.
val cxx_default_expr_info_of_string : ?pos:int -> string -> cxx_default_expr_info
Deserialize a biniou value of type
cxx_default_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_method_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_method_decl_info
. Readers may support more than just this tag.
val write_untagged_cxx_method_decl_info : Bi_outbuf.t -> cxx_method_decl_info -> unit
Output an untagged biniou value of type
cxx_method_decl_info
.
val write_cxx_method_decl_info : Bi_outbuf.t -> cxx_method_decl_info -> unit
Output a biniou value of type
cxx_method_decl_info
.
val string_of_cxx_method_decl_info : ?len:int -> cxx_method_decl_info -> string
Serialize a value of type
cxx_method_decl_info
into a biniou string.
val get_cxx_method_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_method_decl_info
Return a function that reads an untagged biniou value of type
cxx_method_decl_info
.
val read_cxx_method_decl_info : Bi_inbuf.t -> cxx_method_decl_info
Input a tagged biniou value of type
cxx_method_decl_info
.
val cxx_method_decl_info_of_string : ?pos:int -> string -> cxx_method_decl_info
Deserialize a biniou value of type
cxx_method_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val cxx_record_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
cxx_record_decl_info
. Readers may support more than just this tag.
val write_untagged_cxx_record_decl_info : Bi_outbuf.t -> cxx_record_decl_info -> unit
Output an untagged biniou value of type
cxx_record_decl_info
.
val write_cxx_record_decl_info : Bi_outbuf.t -> cxx_record_decl_info -> unit
Output a biniou value of type
cxx_record_decl_info
.
val string_of_cxx_record_decl_info : ?len:int -> cxx_record_decl_info -> string
Serialize a value of type
cxx_record_decl_info
into a biniou string.
val get_cxx_record_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> cxx_record_decl_info
Return a function that reads an untagged biniou value of type
cxx_record_decl_info
.
val read_cxx_record_decl_info : Bi_inbuf.t -> cxx_record_decl_info
Input a tagged biniou value of type
cxx_record_decl_info
.
val cxx_record_decl_info_of_string : ?pos:int -> string -> cxx_record_decl_info
Deserialize a biniou value of type
cxx_record_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val decl_tag : Bi_io.node_tag
Tag used by the writers for type
decl
. Readers may support more than just this tag.
val string_of_decl : ?len:int -> decl -> string
Serialize a value of type
decl
into a biniou string.
val get_decl_reader : Bi_io.node_tag -> Bi_inbuf.t -> decl
Return a function that reads an untagged biniou value of type
decl
.
val decl_of_string : ?pos:int -> string -> decl
Deserialize a biniou value of type
decl
.- parameter pos
specifies the position where reading starts. Default: 0.
val enum_constant_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
enum_constant_decl_info
. Readers may support more than just this tag.
val write_untagged_enum_constant_decl_info : Bi_outbuf.t -> enum_constant_decl_info -> unit
Output an untagged biniou value of type
enum_constant_decl_info
.
val write_enum_constant_decl_info : Bi_outbuf.t -> enum_constant_decl_info -> unit
Output a biniou value of type
enum_constant_decl_info
.
val string_of_enum_constant_decl_info : ?len:int -> enum_constant_decl_info -> string
Serialize a value of type
enum_constant_decl_info
into a biniou string.
val get_enum_constant_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> enum_constant_decl_info
Return a function that reads an untagged biniou value of type
enum_constant_decl_info
.
val read_enum_constant_decl_info : Bi_inbuf.t -> enum_constant_decl_info
Input a tagged biniou value of type
enum_constant_decl_info
.
val enum_constant_decl_info_of_string : ?pos:int -> string -> enum_constant_decl_info
Deserialize a biniou value of type
enum_constant_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val field_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
field_decl_info
. Readers may support more than just this tag.
val write_untagged_field_decl_info : Bi_outbuf.t -> field_decl_info -> unit
Output an untagged biniou value of type
field_decl_info
.
val write_field_decl_info : Bi_outbuf.t -> field_decl_info -> unit
Output a biniou value of type
field_decl_info
.
val string_of_field_decl_info : ?len:int -> field_decl_info -> string
Serialize a value of type
field_decl_info
into a biniou string.
val get_field_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> field_decl_info
Return a function that reads an untagged biniou value of type
field_decl_info
.
val read_field_decl_info : Bi_inbuf.t -> field_decl_info
Input a tagged biniou value of type
field_decl_info
.
val field_decl_info_of_string : ?pos:int -> string -> field_decl_info
Deserialize a biniou value of type
field_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val friend_info_tag : Bi_io.node_tag
Tag used by the writers for type
friend_info
. Readers may support more than just this tag.
val write_untagged_friend_info : Bi_outbuf.t -> friend_info -> unit
Output an untagged biniou value of type
friend_info
.
val write_friend_info : Bi_outbuf.t -> friend_info -> unit
Output a biniou value of type
friend_info
.
val string_of_friend_info : ?len:int -> friend_info -> string
Serialize a value of type
friend_info
into a biniou string.
val get_friend_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> friend_info
Return a function that reads an untagged biniou value of type
friend_info
.
val read_friend_info : Bi_inbuf.t -> friend_info
Input a tagged biniou value of type
friend_info
.
val friend_info_of_string : ?pos:int -> string -> friend_info
Deserialize a biniou value of type
friend_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val function_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
function_decl_info
. Readers may support more than just this tag.
val write_untagged_function_decl_info : Bi_outbuf.t -> function_decl_info -> unit
Output an untagged biniou value of type
function_decl_info
.
val write_function_decl_info : Bi_outbuf.t -> function_decl_info -> unit
Output a biniou value of type
function_decl_info
.
val string_of_function_decl_info : ?len:int -> function_decl_info -> string
Serialize a value of type
function_decl_info
into a biniou string.
val get_function_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> function_decl_info
Return a function that reads an untagged biniou value of type
function_decl_info
.
val read_function_decl_info : Bi_inbuf.t -> function_decl_info
Input a tagged biniou value of type
function_decl_info
.
val function_decl_info_of_string : ?pos:int -> string -> function_decl_info
Deserialize a biniou value of type
function_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val generic_selection_info_tag : Bi_io.node_tag
Tag used by the writers for type
generic_selection_info
. Readers may support more than just this tag.
val write_untagged_generic_selection_info : Bi_outbuf.t -> generic_selection_info -> unit
Output an untagged biniou value of type
generic_selection_info
.
val write_generic_selection_info : Bi_outbuf.t -> generic_selection_info -> unit
Output a biniou value of type
generic_selection_info
.
val string_of_generic_selection_info : ?len:int -> generic_selection_info -> string
Serialize a value of type
generic_selection_info
into a biniou string.
val get_generic_selection_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> generic_selection_info
Return a function that reads an untagged biniou value of type
generic_selection_info
.
val read_generic_selection_info : Bi_inbuf.t -> generic_selection_info
Input a tagged biniou value of type
generic_selection_info
.
val generic_selection_info_of_string : ?pos:int -> string -> generic_selection_info
Deserialize a biniou value of type
generic_selection_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val if_stmt_info_tag : Bi_io.node_tag
Tag used by the writers for type
if_stmt_info
. Readers may support more than just this tag.
val write_untagged_if_stmt_info : Bi_outbuf.t -> if_stmt_info -> unit
Output an untagged biniou value of type
if_stmt_info
.
val write_if_stmt_info : Bi_outbuf.t -> if_stmt_info -> unit
Output a biniou value of type
if_stmt_info
.
val string_of_if_stmt_info : ?len:int -> if_stmt_info -> string
Serialize a value of type
if_stmt_info
into a biniou string.
val get_if_stmt_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> if_stmt_info
Return a function that reads an untagged biniou value of type
if_stmt_info
.
val read_if_stmt_info : Bi_inbuf.t -> if_stmt_info
Input a tagged biniou value of type
if_stmt_info
.
val if_stmt_info_of_string : ?pos:int -> string -> if_stmt_info
Deserialize a biniou value of type
if_stmt_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val lambda_capture_info_tag : Bi_io.node_tag
Tag used by the writers for type
lambda_capture_info
. Readers may support more than just this tag.
val write_untagged_lambda_capture_info : Bi_outbuf.t -> lambda_capture_info -> unit
Output an untagged biniou value of type
lambda_capture_info
.
val write_lambda_capture_info : Bi_outbuf.t -> lambda_capture_info -> unit
Output a biniou value of type
lambda_capture_info
.
val string_of_lambda_capture_info : ?len:int -> lambda_capture_info -> string
Serialize a value of type
lambda_capture_info
into a biniou string.
val get_lambda_capture_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> lambda_capture_info
Return a function that reads an untagged biniou value of type
lambda_capture_info
.
val read_lambda_capture_info : Bi_inbuf.t -> lambda_capture_info
Input a tagged biniou value of type
lambda_capture_info
.
val lambda_capture_info_of_string : ?pos:int -> string -> lambda_capture_info
Deserialize a biniou value of type
lambda_capture_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val lambda_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
lambda_expr_info
. Readers may support more than just this tag.
val write_untagged_lambda_expr_info : Bi_outbuf.t -> lambda_expr_info -> unit
Output an untagged biniou value of type
lambda_expr_info
.
val write_lambda_expr_info : Bi_outbuf.t -> lambda_expr_info -> unit
Output a biniou value of type
lambda_expr_info
.
val string_of_lambda_expr_info : ?len:int -> lambda_expr_info -> string
Serialize a value of type
lambda_expr_info
into a biniou string.
val get_lambda_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> lambda_expr_info
Return a function that reads an untagged biniou value of type
lambda_expr_info
.
val read_lambda_expr_info : Bi_inbuf.t -> lambda_expr_info
Input a tagged biniou value of type
lambda_expr_info
.
val lambda_expr_info_of_string : ?pos:int -> string -> lambda_expr_info
Deserialize a biniou value of type
lambda_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_implementation_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_implementation_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_implementation_decl_info : Bi_outbuf.t -> obj_c_implementation_decl_info -> unit
Output an untagged biniou value of type
obj_c_implementation_decl_info
.
val write_obj_c_implementation_decl_info : Bi_outbuf.t -> obj_c_implementation_decl_info -> unit
Output a biniou value of type
obj_c_implementation_decl_info
.
val string_of_obj_c_implementation_decl_info : ?len:int -> obj_c_implementation_decl_info -> string
Serialize a value of type
obj_c_implementation_decl_info
into a biniou string.
val get_obj_c_implementation_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_implementation_decl_info
Return a function that reads an untagged biniou value of type
obj_c_implementation_decl_info
.
val read_obj_c_implementation_decl_info : Bi_inbuf.t -> obj_c_implementation_decl_info
Input a tagged biniou value of type
obj_c_implementation_decl_info
.
val obj_c_implementation_decl_info_of_string : ?pos:int -> string -> obj_c_implementation_decl_info
Deserialize a biniou value of type
obj_c_implementation_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_message_expr_kind_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_message_expr_kind
. Readers may support more than just this tag.
val write_untagged_obj_c_message_expr_kind : Bi_outbuf.t -> obj_c_message_expr_kind -> unit
Output an untagged biniou value of type
obj_c_message_expr_kind
.
val write_obj_c_message_expr_kind : Bi_outbuf.t -> obj_c_message_expr_kind -> unit
Output a biniou value of type
obj_c_message_expr_kind
.
val string_of_obj_c_message_expr_kind : ?len:int -> obj_c_message_expr_kind -> string
Serialize a value of type
obj_c_message_expr_kind
into a biniou string.
val get_obj_c_message_expr_kind_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_message_expr_kind
Return a function that reads an untagged biniou value of type
obj_c_message_expr_kind
.
val read_obj_c_message_expr_kind : Bi_inbuf.t -> obj_c_message_expr_kind
Input a tagged biniou value of type
obj_c_message_expr_kind
.
val obj_c_message_expr_kind_of_string : ?pos:int -> string -> obj_c_message_expr_kind
Deserialize a biniou value of type
obj_c_message_expr_kind
.- parameter pos
specifies the position where reading starts. Default: 0.
val obj_c_method_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
obj_c_method_decl_info
. Readers may support more than just this tag.
val write_untagged_obj_c_method_decl_info : Bi_outbuf.t -> obj_c_method_decl_info -> unit
Output an untagged biniou value of type
obj_c_method_decl_info
.
val write_obj_c_method_decl_info : Bi_outbuf.t -> obj_c_method_decl_info -> unit
Output a biniou value of type
obj_c_method_decl_info
.
val string_of_obj_c_method_decl_info : ?len:int -> obj_c_method_decl_info -> string
Serialize a value of type
obj_c_method_decl_info
into a biniou string.
val get_obj_c_method_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> obj_c_method_decl_info
Return a function that reads an untagged biniou value of type
obj_c_method_decl_info
.
val read_obj_c_method_decl_info : Bi_inbuf.t -> obj_c_method_decl_info
Input a tagged biniou value of type
obj_c_method_decl_info
.
val obj_c_method_decl_info_of_string : ?pos:int -> string -> obj_c_method_decl_info
Deserialize a biniou value of type
obj_c_method_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val opaque_value_expr_info_tag : Bi_io.node_tag
Tag used by the writers for type
opaque_value_expr_info
. Readers may support more than just this tag.
val write_untagged_opaque_value_expr_info : Bi_outbuf.t -> opaque_value_expr_info -> unit
Output an untagged biniou value of type
opaque_value_expr_info
.
val write_opaque_value_expr_info : Bi_outbuf.t -> opaque_value_expr_info -> unit
Output a biniou value of type
opaque_value_expr_info
.
val string_of_opaque_value_expr_info : ?len:int -> opaque_value_expr_info -> string
Serialize a value of type
opaque_value_expr_info
into a biniou string.
val get_opaque_value_expr_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> opaque_value_expr_info
Return a function that reads an untagged biniou value of type
opaque_value_expr_info
.
val read_opaque_value_expr_info : Bi_inbuf.t -> opaque_value_expr_info
Input a tagged biniou value of type
opaque_value_expr_info
.
val opaque_value_expr_info_of_string : ?pos:int -> string -> opaque_value_expr_info
Deserialize a biniou value of type
opaque_value_expr_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val stmt_tag : Bi_io.node_tag
Tag used by the writers for type
stmt
. Readers may support more than just this tag.
val string_of_stmt : ?len:int -> stmt -> string
Serialize a value of type
stmt
into a biniou string.
val get_stmt_reader : Bi_io.node_tag -> Bi_inbuf.t -> stmt
Return a function that reads an untagged biniou value of type
stmt
.
val stmt_of_string : ?pos:int -> string -> stmt
Deserialize a biniou value of type
stmt
.- parameter pos
specifies the position where reading starts. Default: 0.
val switch_stmt_info_tag : Bi_io.node_tag
Tag used by the writers for type
switch_stmt_info
. Readers may support more than just this tag.
val write_untagged_switch_stmt_info : Bi_outbuf.t -> switch_stmt_info -> unit
Output an untagged biniou value of type
switch_stmt_info
.
val write_switch_stmt_info : Bi_outbuf.t -> switch_stmt_info -> unit
Output a biniou value of type
switch_stmt_info
.
val string_of_switch_stmt_info : ?len:int -> switch_stmt_info -> string
Serialize a value of type
switch_stmt_info
into a biniou string.
val get_switch_stmt_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> switch_stmt_info
Return a function that reads an untagged biniou value of type
switch_stmt_info
.
val read_switch_stmt_info : Bi_inbuf.t -> switch_stmt_info
Input a tagged biniou value of type
switch_stmt_info
.
val switch_stmt_info_of_string : ?pos:int -> string -> switch_stmt_info
Deserialize a biniou value of type
switch_stmt_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val template_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
template_decl_info
. Readers may support more than just this tag.
val write_untagged_template_decl_info : Bi_outbuf.t -> template_decl_info -> unit
Output an untagged biniou value of type
template_decl_info
.
val write_template_decl_info : Bi_outbuf.t -> template_decl_info -> unit
Output a biniou value of type
template_decl_info
.
val string_of_template_decl_info : ?len:int -> template_decl_info -> string
Serialize a value of type
template_decl_info
into a biniou string.
val get_template_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> template_decl_info
Return a function that reads an untagged biniou value of type
template_decl_info
.
val read_template_decl_info : Bi_inbuf.t -> template_decl_info
Input a tagged biniou value of type
template_decl_info
.
val template_decl_info_of_string : ?pos:int -> string -> template_decl_info
Deserialize a biniou value of type
template_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val var_decl_info_tag : Bi_io.node_tag
Tag used by the writers for type
var_decl_info
. Readers may support more than just this tag.
val write_untagged_var_decl_info : Bi_outbuf.t -> var_decl_info -> unit
Output an untagged biniou value of type
var_decl_info
.
val write_var_decl_info : Bi_outbuf.t -> var_decl_info -> unit
Output a biniou value of type
var_decl_info
.
val string_of_var_decl_info : ?len:int -> var_decl_info -> string
Serialize a value of type
var_decl_info
into a biniou string.
val get_var_decl_info_reader : Bi_io.node_tag -> Bi_inbuf.t -> var_decl_info
Return a function that reads an untagged biniou value of type
var_decl_info
.
val read_var_decl_info : Bi_inbuf.t -> var_decl_info
Input a tagged biniou value of type
var_decl_info
.
val var_decl_info_of_string : ?pos:int -> string -> var_decl_info
Deserialize a biniou value of type
var_decl_info
.- parameter pos
specifies the position where reading starts. Default: 0.
val lookup_tag : Bi_io.node_tag
Tag used by the writers for type
lookup
. Readers may support more than just this tag.
val write_untagged_lookup : Bi_outbuf.t -> lookup -> unit
Output an untagged biniou value of type
lookup
.
val string_of_lookup : ?len:int -> lookup -> string
Serialize a value of type
lookup
into a biniou string.
val get_lookup_reader : Bi_io.node_tag -> Bi_inbuf.t -> lookup
Return a function that reads an untagged biniou value of type
lookup
.
val lookup_of_string : ?pos:int -> string -> lookup
Deserialize a biniou value of type
lookup
.- parameter pos
specifies the position where reading starts. Default: 0.
val lookups_tag : Bi_io.node_tag
Tag used by the writers for type
lookups
. Readers may support more than just this tag.
val write_untagged_lookups : Bi_outbuf.t -> lookups -> unit
Output an untagged biniou value of type
lookups
.
val string_of_lookups : ?len:int -> lookups -> string
Serialize a value of type
lookups
into a biniou string.