Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

bigint1.h File Reference

#include <iostream.h>
#include "apstring.h"
#include "apvector.h"

Go to the source code of this file.

Data Structures

class  BigInt

Functions

ostream& operator<< (ostream &, const BigInt &)
istream& operator>> (istream &, BigInt &)
BigInt operator+ (const BigInt &lhs, const BigInt &rhs)
BigInt operator * (int num, const BigInt &rhs)
bool operator== (const BigInt &lhs, const BigInt &rhs)
bool operator< (const BigInt &lhs, const BigInt &rhs)
bool operator!= (const BigInt &lhs, const BigInt &rhs)
bool operator> (const BigInt &lhs, const BigInt &rhs)
bool operator>= (const BigInt &lhs, const BigInt &rhs)
bool operator<= (const BigInt &lhs, const BigInt &rhs)


Function Documentation

BigInt operator * ( int num,
const BigInt & a )
 

Definition at line 464 of file bigint2.C.

bool operator!= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 337 of file bigint2.C.

BigInt operator+ ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 218 of file bigint2.C.

bool operator< ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 343 of file bigint2.C.

ostream& operator<< ( ostream & out,
const BigInt & big )
 

Definition at line 295 of file bigint2.C.

bool operator<= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 386 of file bigint2.C.

bool operator== ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 311 of file bigint2.C.

bool operator> ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 380 of file bigint2.C.

bool operator>= ( const BigInt & lhs,
const BigInt & rhs )
 

Definition at line 391 of file bigint2.C.

istream& operator>> ( istream & in,
BigInt & big )
 

Definition at line 302 of file bigint2.C.


Generated at Sun Feb 24 09:57:24 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001