SAR<em>bayes</em>: SORAL Documentation
(SARBayes) Main Related Pages Class List Hierarchy Methods Files

ActiveArea Class Reference

#include <containr.h>

List of all members.


Detailed Description

An area which has some assignments.

Description: an area which has some assignments. In practice, just a wrapper for an int. Why wrap an int? a) solves potential memory leaks b) keeps parallel structure with other container objects

Author : Michael Eldridge

Class reactivated 13mar03. ASO and crt reviewed global design and decided overhead was small and there were real benefits to maintenance. So we wrapped the int.


Public Member Functions

 ActiveArea (const int p_areaNum)
 Constructor for the ActiveArea container.

 ActiveArea (const ActiveArea &p_activeArea)
 Copy Constructor for the ActiveArea container.

int getActiveAreaNum (void) const
 Returns the area number this container corresponds to.


Constructor & Destructor Documentation

ActiveArea::ActiveArea const int  p_areaNum  ) 
 

Constructor for the ActiveArea container.

WARNING: Performs ZERO error-checking.

Author : Michael Eldridge

Updated: 10/12/02 ASO

ActiveArea::ActiveArea const ActiveArea p_activeArea  ) 
 

Copy Constructor for the ActiveArea container.

Author: Charles Twardy


Member Function Documentation

int ActiveArea::getActiveAreaNum void   )  const
 

Returns the area number this container corresponds to.

Author : Michael Eldridge


The documentation for this class was generated from the following files:
Generated on Tue Jul 29 03:09:35 2003 for SORAL by dOxygen 1.3.2
(SARBayes) Main Related Pages Class List Hierarchy Methods Files