CStrBufT Members

Methods

CStrBufT

The constructor for the string buffer object.

SetLength

Sets the character buffer length of the associated string object.

Operators

operator PCXSTR

Retrieves a const pointer to the character buffer of the associated string object.

operator PXSTR

Retrieves a pointer to the character buffer of the associated string object.

Data Members

AUTO_LENGTH

Automatically determine the new length of the string at release.

SET_LENGTH

Set the length of the string object at GetBuffer time

Typedefs

PCXSTR

A pointer to a constant string.

PXSTR

A pointer to a string.

StringType

The string type whose buffer is to be manipulated by specializations of this class template.

See Also

Reference

CStrBufT Class