Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
EarnProject::earn_proj_type Enumeration

Type of earnings projection.

C++
enum earn_proj_type {
  NO_PROJ,
  AVGWAGE_PROJ,
  CONSTANT_PROJ
};
Members 
Description 
NO_PROJ 
No projection. 
AVGWAGE_PROJ 
Projection related to average wage increase. 
CONSTANT_PROJ 
Projection by a constant percentage. 

There are two instances of this enum in this class, one for a backward projection and one for a forward projection.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!