Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
ScaledEarnFactors::read Method

Reads scaled earnings factors from file.

C++
void read(
    std::istream& in, 
    int ageStart, 
    int ageEnd
);
Parameters 
Description 
std::istream& in 
Input file. (It must already be open.) 
int ageStart 
The age to begin reading from file. 
int ageEnd 
The age to end reading from file. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!