Design Pattern Examples
Overview of object-oriented design patterns
DynamicString Struct Reference

Represents a string that can be grown dynamically. More...

#include <dynamicstring.h>

Collaboration diagram for DynamicString:
Collaboration graph

Public Attributes

char * string
 The string that can grow.
 
size_t length
 The current length of the string.
 

Detailed Description

Represents a string that can be grown dynamically.

Definition at line 15 of file dynamicstring.h.

Member Data Documentation

◆ length

size_t length

The current length of the string.

Definition at line 18 of file dynamicstring.h.

◆ string


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