libFirm 1.20
tarval_mode_info Struct Reference

This structure contains helper information to format the output of a tarval of a mode. More...

#include <tv.h>

Data Fields

tv_output_mode mode_output
 if != TVO_NATIVE select a special mode
const char * mode_prefix
 if set, this prefix will be printed before a value of this mode
const char * mode_suffix
 if set, this suffix will be printed after a value of this mode

Detailed Description

This structure contains helper information to format the output of a tarval of a mode.

Definition at line 628 of file tv.h.


Field Documentation

if != TVO_NATIVE select a special mode

Definition at line 629 of file tv.h.

if set, this prefix will be printed before a value of this mode

Definition at line 630 of file tv.h.

if set, this suffix will be printed after a value of this mode

Definition at line 632 of file tv.h.


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