#include "EST_FileType.h"
#include "EST_TNamedEnum.h"
#include "EST_Token.h"
#include "EST_Option.h"
#include "EST_Features.h"
Go to the source code of this file.
Functions | |
EST_read_status | read_est_header (EST_TokenStream &ts, EST_Features &hinfo, bool &ascii, EST_EstFileType &t) |
EST_read_status | read_est_header (EST_TokenStream &ts, EST_Option &hinfo, bool &ascii, EST_EstFileType &t) |
Variables | |
EST_TNamedEnum< EST_EstFileType > | EstFileEnums (estfile_names) |
EST_read_status read_est_header | ( | EST_TokenStream & | ts, |
EST_Features & | hinfo, | ||
bool & | ascii, | ||
EST_EstFileType & | t | ||
) |
Read and parse the header of an EST_File - interim version returning features rather than EST_Option
Definition at line 84 of file est_file.cc.
EST_read_status read_est_header | ( | EST_TokenStream & | ts, |
EST_Option & | hinfo, | ||
bool & | ascii, | ||
EST_EstFileType & | t | ||
) |
Definition at line 143 of file est_file.cc.
EST_TNamedEnum<EST_EstFileType> EstFileEnums(estfile_names) |