64 if(ts.
open(filename) != 0){
65 cerr <<
"Can't open EST_TList<EST_StrVector> file " << filename << endl;
77 s = ts.
get().string();
82 cerr <<
"Too many points in line - expected " << vec_len << endl;
93 cerr <<
"Too few points in line - got " 94 << c <<
", expected " << vec_len << endl;
EST_TokenStream & get(EST_Token &t)
get next token in stream
EST_read_status load_TList_of_StrVector(EST_TList< EST_StrVector > &w, const EST_String &filename, const int vec_len)
void close(void)
Close stream.
int open(const EST_String &filename)
open a EST_TokenStream for a file.
void resize(ssize_t n, int set=1)
void append(const T &item)
add item onto end of list
Utility EST_String Functions header file.