In file /home/eternity/Source/Six/SixOffspring/H/sixOffspring.h:

class SixOffspring

Maintains a pointer to the object that created this one

Inheritance:

SixOffspring


Public Methods

SixOffspring::SixOffspring (Six * aSix)
Constructor of SixOffSpring

Public

methods
SixOffspring (Six *six)
Constructor.

Protected

attributes
Six* six
Pointer to Six.

Documentation

Maintains a pointer to the object that created this one. Maintains a pointer to it's parent so that descendands of this class can access some members of Six. It is useful for objects that communicate heavily with other objects inside of Six.
attributes

Six* six
Pointer to Six.

methods

SixOffspring(Six *six)
Constructor.

SixOffspring::SixOffspring(Six * aSix)
Constructor of SixOffSpring. Remembers pointer to its father.
Parameters:
six - parent
Author:
Pavel
See Also:
Six


Direct child classes:
TimeSynchronizer
TCBWrapper
SixMajordomo
Scheduler
PayManager
Finder
Banker
Banker
Allocator
Author:
Pavel
See Also:
Six

alphabetic index hierarchy of classes


generated by doc++