BT_RLP_Result_StringVector Class Reference

A vector of 8-bit strings returned as a result item. More...

#include <bt_rlp.h>

List of all members.

Public Member Functions

virtual BT_Char8 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::AsIntegerStringVectorPair provides an instance of this class object.

Member Function Documentation

virtual BT_Char8 const* BT_RLP_Result_StringVector::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_StringVector::Size (  )  const [pure virtual]

Returns the number of 8-bit 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.