Generated from C++ container std.unordered_set<std.string>. This is the const half of the class.
More...
Inheritance diagram for MR.Std.Const_UnorderedSet_StdString:Classes | |
| class | _InOptConst_ConstIterator |
This is used for optional parameters of class ConstIterator with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_ConstIterator. Usage: More... | |
| class | _InOptMut_ConstIterator |
This is used for optional parameters of class ConstIterator with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_ConstIterator. Usage: More... | |
| struct | _Underlying |
| class | Const_ConstIterator |
Read-only iterator for MR_std_unordered_set_std_string. This is the const half of the class. More... | |
| class | ConstIterator |
Read-only iterator for MR_std_unordered_set_std_string. This is the non-const half of the class. More... | |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_UnorderedSet_StdString () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_UnorderedSet_StdString (MR.Std._ByValue_UnorderedSet_StdString 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 (string key) |
| Checks if the contain contains this key. | |
| unsafe MR.Std.UnorderedSet_StdString.ConstIterator | find (string key) |
| Finds the element by key, or returns the end iterator if no such key. Returns a read-only iterator. | |
| unsafe MR.Std.UnorderedSet_StdString.ConstIterator | begin () |
| The begin iterator, const. | |
| unsafe bool | isBegin (MR.Std.UnorderedSet_StdString.Const_ConstIterator iter) |
| Tests whether a const iterator is the begin iterator. | |
| unsafe MR.Std.UnorderedSet_StdString.ConstIterator | end () |
| The end iterator, const. | |
| unsafe bool | isEnd (MR.Std.UnorderedSet_StdString.Const_ConstIterator iter) |
| Tests whether a const iterator is the end iterator. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_UnorderedSet_StdString > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_UnorderedSet_StdString > | |
| 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 std.unordered_set<std.string>. This is the const half of the class.