Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress C++ API Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

2.15 Core Containers Classes

Table 14: Core Containers Classes

Class NameDescription

rwsf::Enumeration

rwsf::Enumeration holds a sequence of values of type T. The class provides a convenient interface for iterating over the sequence. This class implements the handle/body idiom in which this class is the handle, and EnumerationImp is the body.

rwsf::List

DeprecatedUse std::list instead.This class maintains a collection of values, implemented as a singly-linked list. The value type must have operator== and operator< defined.

rwsf::ListIterator

rwsf::ListIterator<T> provides an iterator interface to class rwsf::List.

rwsf::Vector

DeprecatedUse std::vector instead.This class maintains a collection of values, implemented as a vector.



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved. All Rights Reserved. Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. HydraExpress is a trademark of Rogue Wave Software, Inc. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.