Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

colvarparse.h File Reference

#include <cstring>
#include <string>
#include "colvarmodule.h"
#include "colvarvalue.h"
#include "colvarparams.h"

Go to the source code of this file.

Compounds

class  colvarparse
 \file colvarparse.h Parsing functions for collective variables \brief Base class containing parsing functions; all objects which need to parse input inherit from this. More...

class  colvarparse::read_block
 \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...


Functions

colvarparse::Parse_Mode operator| (colvarparse::Parse_Mode const &mode1, colvarparse::Parse_Mode const &mode2)
 Bitwise OR between two Parse_mode flags. More...


Function Documentation

colvarparse::Parse_Mode operator| colvarparse::Parse_Mode const &    mode1,
colvarparse::Parse_Mode const &    mode2
[inline]
 

Bitwise OR between two Parse_mode flags.

Definition at line 380 of file colvarparse.h.

References colvarparse::Parse_Mode.


Generated on Fri Apr 19 02:45:44 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002