![]() |
AliRoot Core
da88d91 (da88d91)
|
#include <TObject.h>
Go to the source code of this file.
Classes | |
class | AliMpIntPair |
A pair of integers. More... | |
Functions | |
AliMpIntPair | operator+ (const AliMpIntPair &op1, const AliMpIntPair &op2) |
AliMpIntPair | operator- (const AliMpIntPair &op1, const AliMpIntPair &op2) |
AliMpIntPair | operator* (const AliMpIntPair &op1, const AliMpIntPair &op2) |
ostream & | operator<< (ostream &stream, const AliMpIntPair &op) |
AliMpIntPair operator* | ( | const AliMpIntPair & | op1, |
const AliMpIntPair & | op2 | ||
) |
Multiplication operator
Definition at line 212 of file AliMpIntPair.cxx.
AliMpIntPair operator+ | ( | const AliMpIntPair & | op1, |
const AliMpIntPair & | op2 | ||
) |
Addition operator
Definition at line 203 of file AliMpIntPair.cxx.
AliMpIntPair operator- | ( | const AliMpIntPair & | op1, |
const AliMpIntPair & | op2 | ||
) |
Substraction operator
Definition at line 194 of file AliMpIntPair.cxx.
ostream& operator<< | ( | ostream & | stream, |
const AliMpIntPair & | op | ||
) |
Output streaming
Definition at line 221 of file AliMpIntPair.cxx.