class Stk_Queue

A template type for synchrone queue.

Public Fields

[more]list<T> elements
Queue : Don't modify this list

Public Methods

[more] Stk_Queue()
Constructor
[more]virtual ~Stk_Queue()
Destructor
[more]virtual void Sync()
Synchronyze the queue
[more]virtual void AddElement(T)
add element to the queue
[more]virtual void RemElement(T)
remove element to the queue


Documentation

A template type for synchrone queue. Elements will be deleted when there are removed from list !
o Stk_Queue()
Constructor

ovirtual ~Stk_Queue()
Destructor

ovirtual void Sync()
Synchronyze the queue

ovirtual void AddElement(T)
add element to the queue

ovirtual void RemElement(T)
remove element to the queue

olist<T> elements
Queue : Don't modify this list


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.