colvarparse::read_block Class Reference
\brief Helper class to read a block of the type "key { ... }" from a stream and store it in a string Useful on restarts, where the file is too big to be loaded in a string by key_lookup; it can only check that the keyword is correct and the block is properly delimited by braces, not skipping other blocks.
More...
#include <colvarparse.h>
List of all members.
Public Methods
Friends
std::istream &
operator>> (std::istream &is, read_block const &rb)
Detailed Description
\brief Helper class to read a block of the type "key { ... }" from a stream and store it in a string Useful on restarts, where the file is too big to be loaded in a string by key_lookup; it can only check that the keyword is correct and the block is properly delimited by braces, not skipping other blocks.
Definition at line 277 of file colvarparse.h.
Constructor & Destructor Documentation
colvarparse::read_block::read_block
(
std::string const &
key_in,
)
colvarparse::read_block::~read_block
(
)
Friends And Related Function Documentation
std::istream& operator>>
(
std::istream &
is,
read_block const &
rb
)
[friend]
The documentation for this class was generated from the following files:
Generated on Mon Nov 17 02:48:30 2025 for VMD (current) by
doxygen1.2.14 written by Dimitri van Heesch,
© 1997-2002