Apama  10.1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
list_t.hpp File Reference

Contains the C++ implementation of list_t. More...

Go to the source code of this file.

Classes

class  list_t
 A list class which implements many of the functions on std::vector. More...
 
struct  list_t::_iterator< DATA, UNDERLYING >
 Forward/reverse and const/non-const iterators are implemented using this class. More...
 

Detailed Description

Contains the C++ implementation of list_t.