Photon Quantum 3.0.0

Classes
Quantum.Collections Namespace Reference

Classes

class  QCollectionsUtils
 Helper class with utility methods used by QCollections. More...
 
class  QDictionary
 A Quantum dictionary-like collection which uses the frame heap. This collection relies on Frame and on its API for allocating, deallocating and resolving. More...
 
struct  QDictionaryIterator
 An iterator for traversing the entries of a QDictionary<K, V>. This iterator allows for traversing the key-value pairs stored within the dictionary in a sequential manner. More...
 
struct  QDictionaryPtr
 Stores a Quantum.Ptr which points to the memory location of a QDictionary<K, V> inside the frame heap. More...
 
struct  QEnumDictionary
 A Quantum dictionary-like collection which uses the frame heap. Used in Quantum dictionaries which uses an Enum as the key type.
This collection relies on Frame and on its API for allocating, deallocating and resolving. More...
 
class  QHashSet
 A Quantum hashset-like collection which uses the frame heap. This collection relies on Frame and on its API for allocating, deallocating and resolving. More...
 
struct  QHashSetIterator
 An iterator for traversing the entries of a QHashSet<T>. This iterator allows for traversing the values stored within the hash set in a sequential manner. More...
 
struct  QHashSetPtr
 Stores a Quantum.Ptr which points to the memory location of a QHashSet<T> inside the frame heap. More...
 
class  QList
 A Quantum list-like collection which uses the frame heap. This collection relies on Frame and on its API for allocating, deallocating and resolving. More...
 
struct  QListPtr
 Stores a Quantum.Ptr which points to the memory location of a QList<T> inside the frame heap. More...