#include <fw-logs-xml-helper.h>
|
bool | build_meta_data_structure (xml_node<> *xml_node_list_of_events, fw_logs_formating_options *logs_formating_options) |
|
bool | get_enum_name_node (xml_node<> *node_file, int *thread_id, std::string *thread_name) |
|
bool | get_enum_value_node (xml_node<> *node_file, int *thread_id, std::string *enum_name) |
|
bool | get_event_node (xml_node<> *node_event, int *event_id, int *num_of_params, std::string *line) |
|
bool | get_file_node (xml_node<> *node_file, int *file_id, std::string *file_name) |
|
node_type | get_next_node (xml_node<> *xml_node_list_of_events, int *id, int *num_of_params, std::string *line) |
|
bool | get_root_node (xml_node<> **node) |
|
bool | get_thread_node (xml_node<> *node_file, int *thread_id, std::string *thread_name) |
|
bool | init () |
|
bool | try_load_external_xml () |
|
fw_logger::fw_logs_xml_helper::fw_logs_xml_helper |
( |
std::string |
xml_full_file_path | ) |
|
fw_logger::fw_logs_xml_helper::~fw_logs_xml_helper |
( |
void |
| ) |
|
bool fw_logger::fw_logs_xml_helper::get_enum_name_node |
( |
xml_node<> * |
node_file, |
|
|
int * |
thread_id, |
|
|
std::string * |
thread_name |
|
) |
| |
|
private |
bool fw_logger::fw_logs_xml_helper::get_enum_value_node |
( |
xml_node<> * |
node_file, |
|
|
int * |
thread_id, |
|
|
std::string * |
enum_name |
|
) |
| |
|
private |
bool fw_logger::fw_logs_xml_helper::get_event_node |
( |
xml_node<> * |
node_event, |
|
|
int * |
event_id, |
|
|
int * |
num_of_params, |
|
|
std::string * |
line |
|
) |
| |
|
private |
bool fw_logger::fw_logs_xml_helper::get_file_node |
( |
xml_node<> * |
node_file, |
|
|
int * |
file_id, |
|
|
std::string * |
file_name |
|
) |
| |
|
private |
bool fw_logger::fw_logs_xml_helper::get_root_node |
( |
xml_node<> ** |
node | ) |
|
|
private |
bool fw_logger::fw_logs_xml_helper::get_thread_node |
( |
xml_node<> * |
node_file, |
|
|
int * |
thread_id, |
|
|
std::string * |
thread_name |
|
) |
| |
|
private |
bool fw_logger::fw_logs_xml_helper::init |
( |
| ) |
|
|
private |
bool fw_logger::fw_logs_xml_helper::try_load_external_xml |
( |
| ) |
|
|
private |
std::vector<char> fw_logger::fw_logs_xml_helper::_document_buffer |
|
private |
bool fw_logger::fw_logs_xml_helper::_init_done |
|
private |
std::string fw_logger::fw_logs_xml_helper::_xml_full_file_path |
|
private |
The documentation for this class was generated from the following files: