TORCS  1.3.9
The Open Racing Car Simulator
StringBuffer_ Struct Reference

The StringBuffer structure stores buffers of strings. More...

#include <string_utils.h>

Public Attributes

char * c
 This is the buffer. More...
 
char * string
 This is the string. More...
 
unsigned int length
 This is the buffer length. More...
 

Detailed Description

The StringBuffer structure stores buffers of strings.

Definition at line 35 of file string_utils.h.

Member Data Documentation

◆ c

char* StringBuffer_::c

This is the buffer.

Definition at line 36 of file string_utils.h.

◆ length

unsigned int StringBuffer_::length

This is the buffer length.

Definition at line 38 of file string_utils.h.

◆ string

char* StringBuffer_::string

This is the string.

Definition at line 37 of file string_utils.h.


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