Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Array of IlvValue
objects.
More...
#include <ilviews/protos/value.h>
Public Member Functions | |
IlvValueArray () | |
See below. | |
IlvValueArray (const IlvValueArray &s) | |
Creates an array of IlvValue objects. More... | |
void | add (IlvValue &v, IlBoolean copy=IlTrue) |
Adds the new value of type IlvValue to the array. More... | |
IlUInt | count () const |
Returns the array size. More... | |
IlvValue & | get (IlUInt i) const |
See below. | |
IlvValue * | getValues () const |
Returns the array of values contained in this value array. This pointer must not be freed. More... | |
IlvValue & | operator[] (IlUInt i) const |
Returns the value at position i in the array. More... | |
Array of IlvValue
objects.
Library: ilvproto
The IlvValueArray
class is used in the prototypes library to hold sets of values. An IlvValueArray
is a dynamically allocated array of IlvValue
objects.
IlvValueArray::IlvValueArray | ( | const IlvValueArray & | s | ) |
Creates an array of IlvValue
objects.
source | Creates a copy of the source value array. |
Adds the new value of type IlvValue
to the array.
v | Added value. |
copy | Indicates whether or not the value should be copied. |
IlUInt IlvValueArray::count | ( | ) | const |
Returns the array size.
IlvValue* IlvValueArray::getValues | ( | ) | const |
Returns the array of values contained in this value array. This pointer must not be freed.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.