BWAPI
Classes | Defines | Functions | Variables
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/CORE/extLong.h File Reference
#include <CGAL/CORE/Impl.h>
#include <CGAL/CORE/CoreAux.h>
Include dependency graph for extLong.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  extLong
 extended long integer More...

Defines

#define CORE_NaNLong   extLong::getNaNLong()
#define CORE_posInfty   extLong::getPosInfty()
#define CORE_negInfty   extLong::getNegInfty()

Functions

const extLong EXTLONG_ZERO (0)
const extLong EXTLONG_ONE (1)
const extLong EXTLONG_TWO (2)
const extLong EXTLONG_THREE (3)
const extLong EXTLONG_FOUR (4)
const extLong EXTLONG_FIVE (5)
const extLong EXTLONG_SIX (6)
const extLong EXTLONG_SEVEN (7)
const extLong EXTLONG_EIGHT (8)
bool operator== (const extLong &x, const extLong &y)
bool operator!= (const extLong &x, const extLong &y)
bool operator< (const extLong &x, const extLong &y)
bool operator<= (const extLong &x, const extLong &y)
bool operator> (const extLong &x, const extLong &y)
bool operator>= (const extLong &x, const extLong &y)
extLong operator+ (const extLong &x, const extLong &y)
extLong operator- (const extLong &x, const extLong &y)
extLong operator* (const extLong &x, const extLong &y)
extLong operator/ (const extLong &x, const extLong &y)

Variables

CORE_BEGIN_NAMESPACE const long EXTLONG_MAX = LONG_MAX
const long EXTLONG_MIN = LONG_MIN + 1
const long EXTLONG_NAN = LONG_MIN
const unsigned long U_EXTLONG_MAX = LONG_MAX

Define Documentation


Function Documentation

const extLong EXTLONG_EIGHT ( )
const extLong EXTLONG_FIVE ( )
const extLong EXTLONG_FOUR ( )

Here is the caller graph for this function:

const extLong EXTLONG_ONE ( )

Here is the caller graph for this function:

const extLong EXTLONG_SEVEN ( )
const extLong EXTLONG_SIX ( )
const extLong EXTLONG_THREE ( )

Here is the caller graph for this function:

const extLong EXTLONG_TWO ( )

Here is the caller graph for this function:

const extLong EXTLONG_ZERO ( )

Here is the caller graph for this function:

bool operator!= ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:

extLong operator* ( const extLong x,
const extLong y 
) [inline]
extLong operator+ ( const extLong x,
const extLong y 
) [inline]
extLong operator- ( const extLong x,
const extLong y 
) [inline]
extLong operator/ ( const extLong x,
const extLong y 
) [inline]
bool operator< ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:

bool operator<= ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:

bool operator== ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:

bool operator> ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:

bool operator>= ( const extLong x,
const extLong y 
) [inline]

Here is the call graph for this function:


Variable Documentation

CORE_BEGIN_NAMESPACE const long EXTLONG_MAX = LONG_MAX
const long EXTLONG_MIN = LONG_MIN + 1
const long EXTLONG_NAN = LONG_MIN
const unsigned long U_EXTLONG_MAX = LONG_MAX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines