#include <bt_types.h>
Public Member Functions | |
BT_Char8Buf (BT_Char8 *b=0, BT_UInt32 l=0) | |
Constructor. | |
void | SetBuffer (BT_Char8 *b, BT_UInt32 l) |
Sets the string buffer. | |
Public Attributes | |
BT_Char8 * | buf |
Pointer to BT_Char8 buffer. | |
BT_UInt32 | len |
Length of the string. |
Note: The BT_Char8Buf does *not* own this pointer!
Constructor.
b | pointer to string. | |
l | length of string. |
Sets the string buffer.
b | pointer to string. | |
l | length of string. |
BT_Char8* BT_Char8Buf_::buf [inherited] |
Pointer to BT_Char8 buffer.
BT_UInt32 BT_Char8Buf_::len [inherited] |
Length of the string.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.