AliRoot Core  da88d91 (da88d91)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMpIntPair.h File Reference
#include <TObject.h>
Include dependency graph for AliMpIntPair.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.