BasisTechnology::RLP::SafeIntegerVectorValue Class Reference

The return type for all the result types that include groups of integers when the caller requests the use of only safe data. More...

#include <bt_rlp_managed.h>

List of all members.

Public Attributes

cli::array< int >^ m_data
 Integers.
int m_integers_per_item
 Number of integers for each logical item.


Detailed Description

It contains a vector of all the integers, the total number, and the number of integers in each group. This isn't just a boxed array, since we have the 'integers-per-item' value.

Member Data Documentation

cli::array<int> ^ BasisTechnology::RLP::SafeIntegerVectorValue::m_data

int BasisTechnology::RLP::SafeIntegerVectorValue::m_integers_per_item


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

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