Master Thesis Implementation Globals


Annotated List
Files
Globals
Hierarchy
Index

range.h

strings.h

system.h

template<class T> ostream&  operator<< (ostream& os, const Range<T>& range)

#include <range.h>

<< operator.

ostream&  operator<< (ostream& out, const String& string)

#include <strings.h>

Implementation of << operator.

String  operator+ (const String& string1, const String& string2)

#include <strings.h>

Implementation of + operator.

typedef signed char sbyte

#include <system.h>

Datatype for storing a signed char.

typedef unsigned char ubyte

#include <system.h>

Datatype for storing an unsigned char.

typedef signed char int8

#include <system.h>

Datatype for storing an 8-bit integer.

typedef unsigned char card8

#include <system.h>

Datatype for storing a 8-bit cardinal.

typedef signed short int16

#include <system.h>

Datatype for storing a 16-bit integer.

typedef unsigned short card16

#include <system.h>

Datatype for storing a 16-bit cardinal.

typedef signed int int32

#include <system.h>

Datatype for storing a 32-bit intger.

typedef signed int integer

#include <system.h>

Datatype for storing a default-sized integer (32 bits minimum).

typedef unsigned int card32

#include <system.h>

Datatype for storing a 32-bit cardinal.

typedef signed long long int64

#include <system.h>

Datatype for storing an 64-bit integer.

typedef unsigned long long card64

#include <system.h>

Datatype for storing a 64-bit cardinal.

typedef unsigned int cardinal

#include <system.h>

Datatype for storing a default-sized cardinal (32 bits minimum).


Generated by: viper@odin on Mon Oct 16 11:49:26 2000, using kdoc 2.0a36.