Blender  V3.3
Public Attributes | List of all members
FlattenString Struct Reference

#include <text_format.h>

Public Attributes

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

Detailed Description

Definition at line 11 of file text_format.h.

Member Data Documentation

◆ accum

int* FlattenString::accum

Definition at line 16 of file text_format.h.

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

◆ buf

char* FlattenString::buf

◆ fixedaccum

int FlattenString::fixedaccum[256]

Definition at line 13 of file text_format.h.

Referenced by flatten_string(), and flatten_string_free().

◆ fixedbuf

char FlattenString::fixedbuf[256]

Definition at line 12 of file text_format.h.

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

◆ len

int FlattenString::len

Definition at line 17 of file text_format.h.

Referenced by flatten_string(), and flatten_string_append().

◆ pos

int FlattenString::pos

Definition at line 17 of file text_format.h.

Referenced by flatten_string_append(), and flatten_string_strlen().


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