#include <bt_types.h>
Public Member Functions | |
BT_Char16Buf (BT_Char16 *b=0, BT_UInt32 l=0) | |
Constructor. | |
bool | operator!= (const BT_Char16Buf &rhs) const |
Determines if this string is not equal to rhs. | |
BT_Char16Buf & | operator= (const BT_Char16Buf &rhs) |
Sets the buffer contents to those of rhs. | |
bool | operator== (const BT_Char16Buf &rhs) const |
Determines if this string is equal to rhs. | |
void | SetBuffer (BT_Char16 *b, BT_UInt32 l) |
Sets the string buffer. | |
Public Attributes | |
BT_Char16 * | buf |
Pointer to BT_Char16 buffer. | |
BT_UInt32 | len |
Length of the string. |
Constructor.
b | pointer to string. | |
l | length of string. |
bool BT_Char16Buf::operator!= | ( | const BT_Char16Buf & | rhs | ) | const [inline] |
Determines if this string is not equal to rhs.
rhs | string to compare. |
BT_Char16Buf & BT_Char16Buf::operator= | ( | const BT_Char16Buf & | rhs | ) | [inline] |
Sets the buffer contents to those of rhs.
rhs | buffer to copy. |
bool BT_Char16Buf::operator== | ( | const BT_Char16Buf & | rhs | ) | const [inline] |
Determines if this string is equal to rhs.
rhs | string to compare. |
Sets the string buffer.
b | pointer to string. | |
l | length of string. |
BT_Char16* BT_Char16Buf_::buf [inherited] |
Pointer to BT_Char16 buffer.
BT_UInt32 BT_Char16Buf_::len [inherited] |
Length of the string.
Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.