#include <SIBCString.h>
When used below to read unsupported templates, it makes a BIG difference in performance since we simply dont recalculate the string length every time. CSIBCString will do up to three runs through the whole buffer when resizing, which gets extremely time consuming on long runs.
|
Default constructor. Allocates an initial block of memory for string storage, and sets the string data empty. |
|
Deletes the internal character buffer of the string, and resets the allocated size to a default initial buffer size. |
|
Contenates an SI_Byte to the current string.
|
|
Returns the length of the string.
|
|
Returns a character buffer with the contents of the string. This buffer should not be modified, and does not need to be freed after use. This function is generally used to output the text contained within the string. (See SIBCString::GetText).
|
© Copyright 2001-2003 Avid Technology, Inc. All rights reserved.