MeshLib Python Docs
Loading...
Searching...
No Matches
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[str] __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)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.std_unordered_set_std_string.__init__ ( self)

◆ __init__() [2/2]

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

Member Function Documentation

◆ __contains__()

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

◆ __iter__()

typing.Iterator[str] mrmeshpy.std_unordered_set_std_string.__iter__ ( self)

◆ __len__()

int mrmeshpy.std_unordered_set_std_string.__len__ ( self)

◆ __repr__()

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

◆ _pybind11_conduit_v1_()

mrmeshpy.std_unordered_set_std_string._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ add()

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

◆ discard()

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

◆ pop()

None mrmeshpy.std_unordered_set_std_string.pop ( self)

◆ remove()

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

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