Rizin
unix-like reverse engineering framework and cli tools
RzTable Struct Reference

#include <rz_table.h>

Public Attributes

RzVectorrows
 
RzVectorcols
 
int totalCols
 
bool showHeader
 
bool showFancy
 
bool showJSON
 
bool showCSV
 
bool showSum
 
bool adjustedCols
 
void * cons
 

Detailed Description

Definition at line 43 of file rz_table.h.

Member Data Documentation

◆ adjustedCols

bool RzTable::adjustedCols

Definition at line 52 of file rz_table.h.

◆ cols

◆ cons

◆ rows

◆ showCSV

bool RzTable::showCSV

Definition at line 50 of file rz_table.h.

Referenced by rz_table_tostring(), and set_table_format().

◆ showFancy

bool RzTable::showFancy

Definition at line 48 of file rz_table.h.

Referenced by rz_table_tostring(), and set_table_format().

◆ showHeader

◆ showJSON

bool RzTable::showJSON

Definition at line 49 of file rz_table.h.

Referenced by rz_table_tostring(), and set_table_format().

◆ showSum

bool RzTable::showSum

Definition at line 51 of file rz_table.h.

Referenced by cmd_print_blocks(), rz_table_new(), and rz_table_tosimplestring().

◆ totalCols

int RzTable::totalCols

Definition at line 46 of file rz_table.h.


The documentation for this struct was generated from the following file: