BT_RLP_Result_UTF16StringVector Class Reference

A vector of UTF-16 strings returned as a result item. More...

#include <bt_rlp.h>

List of all members.

Public Member Functions

virtual BT_Char16 const * Get (BT_UInt32 index) const =0
 Gets a string from the result vector.
virtual BT_UInt32 Size () const =0
 Returns the number of strings in the vector.


Detailed Description

Some results yield vectors of strings. In those cases, BT_RLP_Result::AsUTF16StringVector returns a const pointer to this class object.

Member Function Documentation

virtual BT_Char16 const* BT_RLP_Result_UTF16StringVector::Get ( BT_UInt32  index  )  const [pure virtual]

Returns a pointer to the string in the result vector.

Parameters:
index specifies the string in the vector to return.

virtual BT_UInt32 BT_RLP_Result_UTF16StringVector::Size (  )  const [pure virtual]

Returns the number of UTF-16 strings in the result vector.


The documentation for this class was generated from the following file:

Copyright © 2004-2008 Basis Technology Corporation. All Rights Reserved.