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

Writes scaled earnings factors to file.

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