![]() | ||||||
#include <containr.h>
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 for the ActiveArea container. WARNING: Performs ZERO error-checking. Author : Michael Eldridge Updated: 10/12/02 ASO |
|
|
Copy Constructor for the ActiveArea container. Author: Charles Twardy |
|
|
Returns the area number this container corresponds to. Author : Michael Eldridge |
| (SARBayes) | Main | Related Pages | Class List | Hierarchy | Methods | Files |
|---|