#include <common/str.h>#include <libaegis/output.h>#include <libaegis/meta_lex.h>#include <libaegis/meta_parse.h>#include <libaegis/meta_type.h>Go to the source code of this file.
| void ustate__rpt_init | ( | void | ) |
| ustate_own_changes_list_ty* ustate_own_changes_list_clone | ( | ustate_own_changes_list_ty * | ) |
| ustate_own_changes_list_ty* ustate_own_changes_list_copy | ( | ustate_own_changes_list_ty * | ) |
| void ustate_own_changes_list_write | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_changes_list_ty * | value | |||
| ) |
| void ustate_own_changes_list_write_xml | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_changes_list_ty * | value | |||
| ) |
| ustate_own_ty* ustate_own_clone | ( | ustate_own_ty * | ) |
| ustate_own_ty* ustate_own_copy | ( | ustate_own_ty * | ) |
| ustate_own_list_ty* ustate_own_list_clone | ( | ustate_own_list_ty * | ) |
| ustate_own_list_ty* ustate_own_list_copy | ( | ustate_own_list_ty * | ) |
| void ustate_own_list_write | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_list_ty * | value | |||
| ) |
| void ustate_own_list_write_xml | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_list_ty * | value | |||
| ) |
| void ustate_own_write | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_ty * | value | |||
| ) |
| void ustate_own_write_xml | ( | const output::pointer & | fp, | |
| const char * | name, | |||
| ustate_own_ty * | value | |||
| ) |
The ustate_read_file function is used to read ustate meta data from the named file.
| filename | The name of the file to be read. |
The ustate_read_file function is used to read ustate meta data from the named file.
| filename | The name of the file to be read. |
| void ustate_write | ( | const output::pointer & | fp, | |
| ustate_ty * | value | |||
| ) |
The ustate_write_file function is used to write ustate meta data to the named file.
| filnam | The name of the file to be written. | |
| value | The value of the meta-data to be written. | |
| comp | true if data should be compressed. |
The ustate_write_file function is used to write ustate meta data to the named file.
| filename | The name of the file to be written. | |
| value | The value of the meta-data to be written. | |
| comp | true (non-zero) if data should be compressed. |
| void ustate_write_xml | ( | const output::pointer & | fp, | |
| ustate_ty * | value | |||
| ) |
1.5.5