Represents a string that can be grown dynamically. More...
#include <dynamicstring.h>
Public Attributes | |
char * | string |
The string that can grow. | |
size_t | length |
The current length of the string. | |
Represents a string that can be grown dynamically.
Definition at line 15 of file dynamicstring.h.
size_t length |
The current length of the string.
Definition at line 18 of file dynamicstring.h.
char* string |
The string that can grow.
Definition at line 17 of file dynamicstring.h.
Referenced by _Decorate(), _Mediator_Example_AddUserToGroup(), _Mediator_Example_RemoveUser(), _Mediator_Example_RemoveUserFromAllGroups(), _Mediator_Example_RemoveUserFromGroup(), _Mediator_Example_ShowAllGroups(), _Mediator_Example_ShowAllGroupsContainingUser(), _Mediator_Example_ShowAllUsers(), _Mediator_Example_ShowUsersInGroup(), _Real_DoWork(), _ShowHandlerChain(), Composite_Exercise_ShowEntry(), Decorator_Exercise(), DynamicString_Append(), DynamicString_Clear(), HandlerChain_ToString(), Interpreter_Exercise(), Message_ToString(), MessageWindow_ToString(), Proxy_Exercise(), Shop_PickupOrder(), Shop_PlaceOrder(), and State_Exercise().