class Stk_Queue

A template type for synchrone queue

Public Fields

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

Public Methods

[more] Stk_Queue()
Constructor
[more]virtual ~Stk_Queue()
Destructor
[more]void Sync()
Synchronyze the queue
[more]void AddElement(T)
add element to the queue
[more]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

ovoid Sync()
Synchronyze the queue

ovoid AddElement(T)
add element to the queue

ovoid RemElement(T)
remove element to the queue

o 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++.