Blender V5.0
FlattenString Struct Reference

#include <text_format.hh>

Public Attributes

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

Detailed Description

Definition at line 20 of file text_format.hh.

Member Data Documentation

◆ accum

int* FlattenString::accum

Definition at line 25 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 22 of file text_format.hh.

Referenced by flatten_string(), and flatten_string_free().

◆ fixedbuf

char FlattenString::fixedbuf[256]

Definition at line 21 of file text_format.hh.

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

◆ len

int FlattenString::len

Definition at line 26 of file text_format.hh.

Referenced by flatten_string(), and flatten_string_append().

◆ pos

int FlattenString::pos

Definition at line 26 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: