IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Public Types | Public Member Functions | Static Public Member Functions | List of all members
ipsdk::python::py_set< KeyType > Class Template Reference
Inheritance diagram for ipsdk::python::py_set< KeyType >:

Public Types

typedef std::set< KeyType > source_type
 
typedef py_set< KeyType > wrap_type
 

Public Member Functions

 py_set (const source_type &s)
 
bool contains (const KeyType key)
 
bool add (const KeyType key)
 
bool remove (const KeyType key)
 
source_type set_union (wrap_type &other)
 
source_type set_intersection (wrap_type &other)
 
source_type set_difference (wrap_type &other)
 
source_type set_symmetric_difference (wrap_type &other)
 

Static Public Member Functions

static std::string to_string (const std::set< KeyType > &cl)
 

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