#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... |
|
Bitwise OR between two Parse_mode flags.
Definition at line 380 of file colvarparse.h. References colvarparse::Parse_Mode. |