|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_cstring_maker.h>
Static Public Methods | |
| char_type * | alloc (size_type cch) |
| Allocates uninitialised storage for writing into a string. | |
| char_type * | dup (char_type const *s) |
| Allocates a new copy of the given string. | |
| char_type * | dup_null (char_type const *s) |
| Allocates a new copy of the given string, or returns NULL if given null string. | |
| void | free (char_type *s) |
| Releases the storage associated with the string. | |
|
|
Allocates uninitialised storage for writing into a string.
|
|
|
Allocates a new copy of the given string.
|
|
|
Allocates a new copy of the given string, or returns NULL if given null string.
|
|
|
Releases the storage associated with the string.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |