Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Right way to store objects in container. How?
Forum Updated to NodeBB v4.3 + New Features

Right way to store objects in container. How?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 144 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bogong
    wrote on 26 Oct 2019, 14:18 last edited by bogong
    #1

    Hello all!
    I need to store objects in container and after it to get access to them by some id. Therefore the questions:

    • What kind of container is better to use associative QHash/QMap or sequence QList/QVector if none of them then is there are some kind of special container in Qt for storing objects?
    • Is there better to store pointers to objects but not objects itself in container?
    • If it is the sequence containers what technique is better to use for accessing to particular object?
    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Oct 2019, 15:23 last edited by
      #2

      Hi,

      What kind of objects do you have in mind ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      26 Oct 2019, 14:18

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved