class OrderedCollectionOf

Ordered collection is a generic collection in which the order of the elements is importent. More...

Definition#include <sysadm/OrderedCollectionOf.h>
Template formOrderedCollectionOf<template class Type>
InheritsCollectionOf <Type>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Ordered collection is a generic collection in which the order of the elements is importent. Therefore, methods are provided to place the elements reletive to each other

inline  OrderedCollectionOf ()

inline  OrderedCollectionOf ( const OrderedCollectionOf& copy )

inline ~ OrderedCollectionOf ()

inline OrderedCollectionOf&  operator= ( const OrderedCollectionOf& copy )

Reimplemented from CollectionOf.

inline void  append ( Type* element )

inline void  prepend ( Type* element )

inline void  insertBefore ( Type* element, const Type& before )

inline void  insertAfter ( Type* element, const Type& after )

inline  OrderedCollectionOf ( CollectionOfImpl* adoptedImpl )

[protected]


Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36.