Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_table.h>
Public Attributes | |
RzVector * | rows |
RzVector * | cols |
int | totalCols |
bool | showHeader |
bool | showFancy |
bool | showJSON |
bool | showCSV |
bool | showSum |
bool | adjustedCols |
void * | cons |
Definition at line 43 of file rz_table.h.
bool RzTable::adjustedCols |
Definition at line 52 of file rz_table.h.
RzVector* RzTable::cols |
Definition at line 45 of file rz_table.h.
Referenced by __addRow(), __computeTotal(), __table_adjust(), column_exists(), rz_table_add_column(), rz_table_align(), rz_table_column_nth(), rz_table_columns(), rz_table_filter_columns(), rz_table_free(), rz_table_group(), rz_table_new(), rz_table_sort(), rz_table_sortlen(), rz_table_tocsv(), rz_table_tojson(), and rz_table_tosimplestring().
void* RzTable::cons |
Definition at line 53 of file rz_table.h.
Referenced by __strbuf_append_col_aligned_fancy(), rz_core_table(), rz_debug_traces_ascii(), rz_table_tosimplestring(), and rz_table_visual_list().
RzVector* RzTable::rows |
Definition at line 44 of file rz_table.h.
Referenced by __computeTotal(), __table_adjust(), rz_table_add_row_columnsf(), rz_table_columns(), rz_table_filter(), rz_table_free(), rz_table_group(), rz_table_new(), rz_table_sort(), rz_table_sortlen(), rz_table_tocsv(), rz_table_tojson(), rz_table_tosimplestring(), and rz_table_transpose().
bool RzTable::showCSV |
Definition at line 50 of file rz_table.h.
Referenced by rz_table_tostring(), and set_table_format().
bool RzTable::showFancy |
Definition at line 48 of file rz_table.h.
Referenced by rz_table_tostring(), and set_table_format().
bool RzTable::showHeader |
Definition at line 47 of file rz_table.h.
Referenced by rz_table_hide_header(), rz_table_new(), rz_table_tocsv(), rz_table_tosimplestring(), rz_table_visual_list(), and set_table_format().
bool RzTable::showJSON |
Definition at line 49 of file rz_table.h.
Referenced by rz_table_tostring(), and set_table_format().
bool RzTable::showSum |
Definition at line 51 of file rz_table.h.
Referenced by cmd_print_blocks(), rz_table_new(), and rz_table_tosimplestring().
int RzTable::totalCols |
Definition at line 46 of file rz_table.h.