FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fmutl classes

template < class T >
template function read_section

^ 
Read section data from stream.

Data readen until next section begins with it's name, enclosed in square brackets, or end of file. Each section record should be terminated with ';' symbol. All data after semicolon at this line will be dismissed, so semicilons could be used for comments.

Source:
../fmutl/inifile.h:59
Author:
ATC
Version:
1.0
Params:
is input stream.
s @link key_list @endlink of strings
Returns:
modifyed stream
Code:
public template < class T > inline std::istream & read_section ( std::istream & is ,
key_list < T > & s )

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net