#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.
#define history_version_encoding_mask ((unsigned long)1 << 0) |
enum change_cause_ty |
enum file_action_ty |
enum file_usage_ty |
attributes_ty* attributes_clone | ( | attributes_ty * | ) |
attributes_ty* attributes_copy | ( | attributes_ty * | ) |
attributes_list_ty* attributes_list_clone | ( | attributes_list_ty * | ) |
attributes_list_ty* attributes_list_copy | ( | attributes_list_ty * | ) |
void attributes_list_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
attributes_list_ty * | value | |||
) |
void attributes_list_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
attributes_list_ty * | value | |||
) |
void attributes_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
attributes_ty * | value | |||
) |
void attributes_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
attributes_ty * | value | |||
) |
const char* change_cause_ename | ( | change_cause_ty | ) |
void change_cause_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
change_cause_ty | value, | |||
bool | show | |||
) |
void change_cause_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
change_cause_ty | value, | |||
bool | show | |||
) |
void common__rpt_init | ( | void | ) |
The common_read_file function is used to read common meta data from the named file.
filename | The name of the file to be read. |
The common_read_file function is used to read common meta data from the named file.
filename | The name of the file to be read. |
void common_write | ( | const output::pointer & | fp, | |
common_ty * | value | |||
) |
The common_write_file function is used to write common 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 common_write_file function is used to write common 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 common_write_xml | ( | const output::pointer & | fp, | |
common_ty * | value | |||
) |
const char* file_action_ename | ( | file_action_ty | ) |
void file_action_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
file_action_ty | value, | |||
bool | show | |||
) |
void file_action_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
file_action_ty | value, | |||
bool | show | |||
) |
const char* file_usage_ename | ( | file_usage_ty | ) |
void file_usage_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
file_usage_ty | value, | |||
bool | show | |||
) |
void file_usage_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
file_usage_ty | value, | |||
bool | show | |||
) |
history_version_ty* history_version_clone | ( | history_version_ty * | ) |
history_version_ty* history_version_copy | ( | history_version_ty * | ) |
const char* history_version_encoding_ename | ( | history_version_encoding_ty | ) |
void history_version_encoding_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
history_version_encoding_ty | value, | |||
bool | show | |||
) |
void history_version_encoding_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
history_version_encoding_ty | value, | |||
bool | show | |||
) |
void history_version_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
history_version_ty * | value | |||
) |
void history_version_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
history_version_ty * | value | |||
) |
metric_list_ty* metric_list_clone | ( | metric_list_ty * | ) |
metric_list_ty* metric_list_copy | ( | metric_list_ty * | ) |
void metric_list_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
metric_list_ty * | value | |||
) |
void metric_list_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
metric_list_ty * | value | |||
) |
void metric_write | ( | const output::pointer & | fp, | |
const char * | name, | |||
metric_ty * | value | |||
) |
void metric_write_xml | ( | const output::pointer & | fp, | |
const char * | name, | |||
metric_ty * | value | |||
) |