SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

MOOD-SX Rev.0.0 README, June 1995

This directory contains the implementations of list classes used in MOOD-SX. Three kinds of lists are used;

OLIST list which performs reference count on its elements.

The elements must be of derived classes of SHARED. PLIST plane list without reference count; removing an element

destroys it unconditionary.
PRLIST plane "reference" list. removing an element never

destroys it.

All these are template classes derived from OLISTBASE. They have respective iterators OLI, OLIV, PLI, PLIV, PRLI and PRLIV.

To make libocon.a which contains olistbase.o and shared.o, first type

>sh MKSCRIPT <OS> > Makefile

Here <OS> is one of SUN, SYSV, LINUX and FBS. After this, type

> make


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.