ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Function check_tag

alps::check_tag — checks whether the next tag in the XML file has the given name

Synopsis

// In header: <alps/parser/parser.h>


ALPS_DECL void check_tag(std::istream & in, const std::string & name);

Description

Parameters:

in

the stream to be read

name

the name of the expected tag

Throws:

\c
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext