MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std.UnorderedSet_StdString Class Reference

Generated from C++ container std.unordered_set<std.string>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Std.UnorderedSet_StdString:

Public Member Functions

unsafe UnorderedSet_StdString ()
 Constructs an empty (default-constructed) instance.
 
unsafe UnorderedSet_StdString (MR.Std._ByValue_UnorderedSet_StdString other)
 Constructs a copy of another instance. The source remains alive.
 
unsafe void assign (MR.Std._ByValue_UnorderedSet_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_UnorderedSet_StdString
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.
 

Additional Inherited Members

- Protected Member Functions inherited from MR.Std.Const_UnorderedSet_StdString
virtual unsafe void Dispose (bool disposing)
 
- 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.
 

Detailed Description

Generated from C++ container std.unordered_set<std.string>. This is the non-const half of the class.


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