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