|
MIRA
|
#include <python/PythonSet.h>
Public Types | |
| using | SetType = std::set< type > |
Static Public Member Functions | |
| static std::string | str (const SetType &s) |
| static int | size (const SetType &s) |
| static bool | contains (const SetType &s, const type &key) |
| static void | add (SetType &s, type key) |
| static void | remove (SetType &s, const type &key) |
| static SetType | set_union (const SetType &s, const SetType &other) |
| static SetType | set_intersection (const SetType &s, const SetType &other) |
| static SetType | set_difference (const SetType &s, const SetType &other) |
| static SetType | set_symmetric_difference (const SetType &s, const SetType &other) |
|
inlinestatic |
|
inlinestatic |
1.8.14