xml/readwrite.h マニュアル

(The documentation of xml/readwrite.h)

Last Update: 2023/2/20


xml/readwrite.hでは XMLファイルの入出力を行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to read and write an XML file are defined in xml/readwrite.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
read_xml_file XMLファイルの中身をstruct XMLdata型構造体に読み込む。
Read the content of an XML file to a struct XMLdata-type structure.
write_xml_file struct XMLdata型構造体の中身をXMLファイルに出力する。
Output the content of a struct XMLdata-type structure to an XML file.
write_xml_table struct XMLdata型構造体の中身を表形式でファイル出力する。
Output the content of a struct XMLdata-type structure to a file with a tabular format.