OASISSectionManipulate sections.
val string_of_section_kind : OASISTypes.section_kind -> stringConvert section_kind to string.
val section_kind_common :
OASISTypes.section ->
OASISTypes.section_kind * OASISTypes.common_sectionExtract generic information
val section_common : OASISTypes.section -> OASISTypes.common_sectionCommon section of a section
val section_common_set :
OASISTypes.common_section ->
OASISTypes.section ->
OASISTypes.sectionSet the common part of a section
val section_id :
OASISTypes.section ->
OASISTypes.section_kind * OASISTypes.nameKey used to identify section
val string_of_section : OASISTypes.section -> stringConvert a section to a short string (only informations returned by section_id
val section_find :
(OASISTypes.section_kind * OASISTypes.name) ->
OASISTypes.section list ->
OASISTypes.sectionFind a section
module CSection : sig ... endComparable section, we only rely on section_id for comparison. Not exported
module MapSection : Map.S with type key = CSection.tMap using CSection. Not exported
module SetSection : Set.S with type elt = CSection.tSet using CSection. Not exported