Generated from C++ container std.set<std.string>. This is the non-const half of the class.
More...
Inheritance diagram for MR.Std.Set_StdString:Public Member Functions | |
| unsafe | Set_StdString () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Set_StdString (MR.Std._ByValue_Set_StdString other) |
| Constructs a copy of another instance. The source remains alive. | |
| unsafe void | assign (MR.Std._ByValue_Set_StdString other) |
| Assigns the contents from another instance. Both objects remain alive after the call. | |
| unsafe void | clear () |
| Removes all elements from the container. | |
| unsafe void | insert (string new_elem) |
| Inserts a new element. | |
Public Member Functions inherited from MR.Std.Const_Set_StdString | |
| virtual void | Dispose () |
| unsafe | Const_Set_StdString () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Set_StdString (MR.Std._ByValue_Set_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.Set_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.Set_StdString.ConstIterator | begin () |
| The begin iterator, const. | |
| unsafe bool | isBegin (MR.Std.Set_StdString.Const_ConstIterator iter) |
| Tests whether a const iterator is the begin iterator. | |
| unsafe MR.Std.Set_StdString.ConstIterator | end () |
| The end iterator, const. | |
| unsafe bool | isEnd (MR.Std.Set_StdString.Const_ConstIterator iter) |
| Tests whether a const iterator is the end iterator. | |
Additional Inherited Members | |
Protected Member Functions inherited from MR.Std.Const_Set_StdString | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Set_StdString > | |
| bool | _IsOwningVal |
Properties inherited from MR.Misc.Object< Const_Set_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.set<std.string>. This is the non-const half of the class.