MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.std_unordered_set_std_string Class Reference

Public Member Functions

bool __contains__ (self, str arg0)
 
None __init__ (self)
 
None __init__ (self, typing.Iterable arg0)
 
typing.Iterator __iter__ (self)
 
int __len__ (self)
 
str __repr__ (self)
 
None add (self, str arg0)
 
int discard (self, str arg0)
 
None pop (self)
 
None remove (self, str arg0)
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.std_unordered_set_std_string.__init__ ( self)

◆ __init__() [2/2]

None meshlib.mrmeshpy.std_unordered_set_std_string.__init__ ( self,
typing.Iterable arg0 )

Member Function Documentation

◆ __contains__()

bool meshlib.mrmeshpy.std_unordered_set_std_string.__contains__ ( self,
str arg0 )

◆ __iter__()

typing.Iterator meshlib.mrmeshpy.std_unordered_set_std_string.__iter__ ( self)

◆ __len__()

int meshlib.mrmeshpy.std_unordered_set_std_string.__len__ ( self)

◆ __repr__()

str meshlib.mrmeshpy.std_unordered_set_std_string.__repr__ ( self)
Return the canonical string representation of this map.

◆ add()

None meshlib.mrmeshpy.std_unordered_set_std_string.add ( self,
str arg0 )

◆ discard()

int meshlib.mrmeshpy.std_unordered_set_std_string.discard ( self,
str arg0 )

◆ pop()

None meshlib.mrmeshpy.std_unordered_set_std_string.pop ( self)

◆ remove()

None meshlib.mrmeshpy.std_unordered_set_std_string.remove ( self,
str arg0 )

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