BasisTechnology::RLP::IntegerVectorValue Class Reference

The return type for the RAW_TEXT result when the safeDataOnly flag is set is a boxed array of Chars. More...

#include <bt_rlp_managed.h>

List of all members.

Public Attributes

IntPtr m_data
 Integers.
int m_integers_per_item
 Number of integers for each logical item.
int m_total_integers
 Size of m_data.


Detailed Description

The return type for all the result types that include groups of integers. It contains an unsafe pointer to all the integers, the total number, and the number of integers in each group.

Member Data Documentation

IntPtr BasisTechnology::RLP::IntegerVectorValue::m_data

int BasisTechnology::RLP::IntegerVectorValue::m_integers_per_item

int BasisTechnology::RLP::IntegerVectorValue::m_total_integers


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

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