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

#include <rz_table.h>

Public Attributes

char * name
 
RzTableColumnTypetype
 
int align
 
int width
 
int maxWidth
 
bool forceUppercase
 
int total
 

Detailed Description

Definition at line 15 of file rz_table.h.

Member Data Documentation

◆ align

int RzTableColumn::align

◆ forceUppercase

bool RzTableColumn::forceUppercase

Definition at line 21 of file rz_table.h.

◆ maxWidth

int RzTableColumn::maxWidth

Definition at line 20 of file rz_table.h.

◆ name

◆ total

int RzTableColumn::total

Definition at line 22 of file rz_table.h.

Referenced by __computeTotal(), rz_table_tofancystring(), and rz_table_tosimplestring().

◆ type

◆ width

int RzTableColumn::width

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