Class IntPair

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class IntPair

Public Properties
Public Methods
IntPair(v1, v2)
IntPair(text)
long getN1() const
long getN2() const
long setN1(n)
long setN2(n)
IntPair& set(v1, v2)
static IntPair fromString(text)
string toString() const
bool operator==(other) const
bool operator!=(other) const

#include <IntPairList.h >

Public Properties

long n1

long n2


Public Methods

IntPair(v1, v2)

long v1

Default value: 0

long v2

Default value: 0


IntPair(text)

const string& text


long getN1() const

Basic GET methods

long getN2() const

long setN1(n)

long n


Basic SET methods

long setN2(n)

long n


IntPair& set(v1, v2)

long v1

long v2


static IntPair fromString(text)

const string& text


string toString() const

bool operator==(other) const

const IntPair& other


bool operator!=(other) const

const IntPair& other