| 
    IDA SDK
    
   | 
 
Text representation of a data value (value string).
This structure is used before we decide how to represent it, on one line or on many lines
Public Attributes | |
| qstring | oneline | 
| result if printed on one line in UTF-8 encoding  | |
| size_t | length | 
| length if printed on one line  | |
| struct valstrs_t * | members | 
| strings for members, each member separately  | |
| valinfo_t * | info | 
| additional info  | |
| int | props | 
| temporary properties, used internally  | |
Friends | |
| struct | valstr_sink_t |