|
Anypia Programmer's Documentation
|
Reads a line and parses first and last years and type of phase-in.
std::vector< std::string > getFirstLine( std::istream& infile );
|
Parameters |
Description |
|
std::istream& infile |
Open input stream. |
Vector of words contained in the line. The first 3 words are the first and last years and the type of phase-in.
|
Exceptions |
Description |
|
PiaException of type PIA_IDS_LAWCHG6 if unable to parse input line. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|