OK, here is version 1.0 of the bQueue binary queue class.

Methods implemented in this version:


Code:
--------------------
    
  bQueue->new()
  bQueue->resize()
  bQueue->read()
  bQueue->readbstr()
  bQueue->set()
  bQueue->clear()
  bQueue->fill()
  bQueue->fillrandom()
  bQueue->empty()
  bQueue->reverse()
  bQueue->invert()
  bQueue->push()
  bQueue->pop()
  bQueue->rpush()
  bQueue->spin()
  
--------------------


Feedback welcome!


+-------------------------------------------------------------------+
|Filename: bQueue.zip                                               |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=11283|
+-------------------------------------------------------------------+

-- 
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=49028

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to