Blender V4.3
FlattenString Struct Reference

#include <text_format.hh>

Public Attributes

char fixedbuf [256]
 
int fixedaccum [256]
 
char * buf
 
intaccum
 
int pos
 
int len
 

Detailed Description

Definition at line 18 of file text_format.hh.

Member Data Documentation

◆ accum

int* FlattenString::accum

Definition at line 23 of file text_format.hh.

Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().

◆ buf

◆ fixedaccum

int FlattenString::fixedaccum[256]

Definition at line 20 of file text_format.hh.

Referenced by flatten_string(), and flatten_string_free().

◆ fixedbuf

char FlattenString::fixedbuf[256]

Definition at line 19 of file text_format.hh.

Referenced by flatten_string(), flatten_string_append(), and flatten_string_free().

◆ len

int FlattenString::len

Definition at line 24 of file text_format.hh.

Referenced by flatten_string(), and flatten_string_append().

◆ pos

int FlattenString::pos

Definition at line 24 of file text_format.hh.

Referenced by flatten_string_append(), and flatten_string_strlen().


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