BRL-CAD

#include <column.h>

Collaboration diagram for bu_column_state:
[legend]

Data Fields

int terminal_width
 
int fill_order
 
int column_cnt
 
const char * delimiter
 
const char * row_prefix
 
const char * row_suffix
 
struct bu_column_state_internal * i
 

Detailed Description

Definition at line 43 of file column.h.

Field Documentation

◆ terminal_width

int terminal_width

Definition at line 45 of file column.h.

◆ fill_order

int fill_order

default is 80

Definition at line 46 of file column.h.

◆ column_cnt

int column_cnt

0 is column first, 1 is row first

Definition at line 47 of file column.h.

◆ delimiter

const char* delimiter

normally calculated but can be user specified

Definition at line 48 of file column.h.

◆ row_prefix

const char* row_prefix

string between columns - defaults to a single space

Definition at line 49 of file column.h.

◆ row_suffix

const char* row_suffix

string before first column in row - defaults to empty

Definition at line 50 of file column.h.

◆ i

struct bu_column_state_internal* i

string after first column in row - defaults to empty

Definition at line 51 of file column.h.


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