MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId Class Reference

Generated from C++ container phmap.flat_hash_map<MR.GraphVertId, MR.GraphVertId>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId:

Public Member Functions

unsafe FlatHashMap_MRGraphVertId_MRGraphVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe FlatHashMap_MRGraphVertId_MRGraphVertId (MR.Phmap._ByValue_FlatHashMap_MRGraphVertId_MRGraphVertId other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe void assign (MR.Phmap._ByValue_FlatHashMap_MRGraphVertId_MRGraphVertId 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.GraphVertId findOrConstructElem (in MR.GraphVertId 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_MRGraphVertId_MRGraphVertId.Iterator find (in MR.GraphVertId key)
 Finds the element by key, or returns the end iterator if no such key. Returns a mutable iterator.
 
unsafe new MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Iterator begin ()
 The begin iterator, mutable.
 
unsafe bool isBegin (MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Const_Iterator iter)
 Tests whether a mutable iterator is the begin iterator.
 
unsafe new MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Iterator end ()
 The end iterator, mutable.
 
unsafe bool isEnd (MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Const_Iterator iter)
 Tests whether a mutable iterator is the end iterator.
 
- Public Member Functions inherited from MR.Phmap.Const_FlatHashMap_MRGraphVertId_MRGraphVertId
virtual void Dispose ()
 
unsafe Const_FlatHashMap_MRGraphVertId_MRGraphVertId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_FlatHashMap_MRGraphVertId_MRGraphVertId (MR.Phmap._ByValue_FlatHashMap_MRGraphVertId_MRGraphVertId 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.GraphVertId key)
 Checks if the contain contains this key.
 
unsafe MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.ConstIterator find (in MR.GraphVertId key)
 Finds the element by key, or returns the end iterator if no such key. Returns a read-only iterator.
 
unsafe MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.ConstIterator begin ()
 The begin iterator, const.
 
unsafe bool isBegin (MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Const_ConstIterator iter)
 Tests whether a const iterator is the begin iterator.
 
unsafe MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.ConstIterator end ()
 The end iterator, const.
 
unsafe bool isEnd (MR.Phmap.FlatHashMap_MRGraphVertId_MRGraphVertId.Const_ConstIterator iter)
 Tests whether a const iterator is the end iterator.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Phmap.Const_FlatHashMap_MRGraphVertId_MRGraphVertId
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_FlatHashMap_MRGraphVertId_MRGraphVertId >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_FlatHashMap_MRGraphVertId_MRGraphVertId >
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.
 

Detailed Description

Generated from C++ container phmap.flat_hash_map<MR.GraphVertId, MR.GraphVertId>. This is the non-const half of the class.


The documentation for this class was generated from the following file: