UInt32Pair¶
- class bagPy.UInt32Pair[source]¶
Bases:
objectProxy of C++ std::pair< uint32_t,uint32_t > class.
__init__(UInt32Pair self) -> UInt32Pair __init__(UInt32Pair self, unsigned int first, unsigned int second) -> UInt32Pair
- Parameters:
first (unsigned int) –
second (unsigned int) –
self (__init__(UInt32Pair) –
UInt32Pair (UInt32Pair other) ->) –
other (std::pair< uint32_t,uint32_t > const &) –
Attributes Summary
unsigned int
unsigned int
The membership flag
Attributes Documentation
- first¶
unsigned int
- Type:
first
- second¶
unsigned int
- Type:
second
- thisown¶
The membership flag
- __init__(UInt32Pair self) UInt32Pair[source]¶
- __init__(UInt32Pair self, unsigned int first, unsigned int second) UInt32Pair
- Parameters:
first (unsigned int) –
second (unsigned int) –
self (__init__(UInt32Pair) –
UInt32Pair (UInt32Pair other) ->) –
other (std::pair< uint32_t,uint32_t > const &) –
- property first¶
unsigned int
- Type:
first
- property second¶
unsigned int
- Type:
second
- property thisown¶
The membership flag