Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
RetireTest::RetireTest Constructor (PiaParams&, int, int)

Constructor with first and last years specified.

C++
RetireTest(
    const PiaParams& newPiaParams, 
    int newBaseYear, 
    int newLastYear
);
Parameters 
Description 
const PiaParams& newPiaParams 
Pia calculation parameters. 
int newBaseYear 
First year allowed. 
int newLastYear 
Last year allowed. 

Calls the constructors for RetireTest::rtea62m, RetireTest::rtea62, RetireTest::rtea65m, and RetireTest::rtea65 with the specified first and last years, and the default constructor for RetireTest::rteaHigh.

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