Results 1 to 3 of 3

Thread: Circular Linklist.

  1. #1
    Join Date
    Oct 2008
    Posts
    15
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Circular Linklist.

    Hi,
    Is their any class declared in QT for circular link list.

    Thanks.

  2. #2
    Join Date
    Sep 2007
    Location
    Rome, GA
    Posts
    199
    Thanks
    14
    Thanked 41 Times in 35 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Circular Linklist.

    No, I don't believe. You'll might subclass QLinkedList and modify it to suit your needs, or roll your own.

  3. #3
    Join Date
    Oct 2008
    Posts
    37
    Thanked 2 Times in 2 Posts

    Default Re: Circular Linklist.

    I take it you've seen Boost's circular buffer - hence why you asked about Qt specifically?

Similar Threads

  1. Is there a circular reference here?
    By rh in forum General Programming
    Replies: 3
    Last Post: 22nd January 2006, 21:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.