Generated from C++ container phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId:Public Member Functions | |
| unsafe | FlatHashMap_MRUndirectedEdgeId_MREdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | FlatHashMap_MRUndirectedEdgeId_MREdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe void | assign (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId other) |
| Assigns the contents from another instance. Both objects remain alive after the call. | |
| unsafe void | clear () |
| Removes all elements from the container. | |
| unsafe ref MR.EdgeId | findOrConstructElem (in MR.UndirectedEdgeId key) |
Returns the element with the specific key. If it doesn't exist, creates it first. Acts like map's operator[] in C++. | |
| unsafe new MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Iterator | find (in MR.UndirectedEdgeId key) |
| Finds the element by key, or returns the end iterator if no such key. Returns a mutable iterator. | |
| unsafe new MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Iterator | begin () |
| The begin iterator, mutable. | |
| unsafe bool | isBegin (MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Const_Iterator iter) |
| Tests whether a mutable iterator is the begin iterator. | |
| unsafe new MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Iterator | end () |
| The end iterator, mutable. | |
| unsafe bool | isEnd (MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Const_Iterator iter) |
| Tests whether a mutable iterator is the end iterator. | |
Public Member Functions inherited from MR.Phmap.Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId | |
| virtual void | Dispose () |
| unsafe | Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId (MR.Phmap._ByValue_FlatHashMap_MRUndirectedEdgeId_MREdgeId other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe ulong | size () |
| The number of elements. | |
| unsafe bool | isEmpty () |
| Returns true if the size is zero. | |
| unsafe bool | contains (in MR.UndirectedEdgeId key) |
| Checks if the contain contains this key. | |
| unsafe MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.ConstIterator | find (in MR.UndirectedEdgeId key) |
| Finds the element by key, or returns the end iterator if no such key. Returns a read-only iterator. | |
| unsafe MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.ConstIterator | begin () |
| The begin iterator, const. | |
| unsafe bool | isBegin (MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Const_ConstIterator iter) |
| Tests whether a const iterator is the begin iterator. | |
| unsafe MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.ConstIterator | end () |
| The end iterator, const. | |
| unsafe bool | isEnd (MR.Phmap.FlatHashMap_MRUndirectedEdgeId_MREdgeId.Const_ConstIterator iter) |
| Tests whether a const iterator is the end iterator. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Phmap.Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_FlatHashMap_MRUndirectedEdgeId_MREdgeId > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Generated from C++ container phmap.flat_hash_map<MR.UndirectedEdgeId, MR.EdgeId>. This is the non-const half of the class.