Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
LawChange::getFirstLine Method

Reads a line and parses first and last years and type of phase-in.

C++
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!