offbrand
A collection of generic, reference counted datastructures in C for C
|
Container class designed to store an immutable sequence of characters. More...
Files | |
file | obstring.h |
obstring Public Interface | |
file | obstring_private.h |
obstring Private Interface | |
file | obstring.c |
obstring Method Implementation | |
file | obstring_test.c |
obstring Unit Tests | |
Container class designed to store an immutable sequence of characters.
The obstring class is intended to encapsulate traditional C strings into an Offbrand compatible class, while also providing an easy to understand interface for interacting with the immutable encapsulated string.