#include <cstring>
#include <string>
#include "colvarmodule.h"
#include "colvarvalue.h"
Go to the source code of this file.
Classes | |
| class | colvarparse |
| class | colvarparse::read_block |
| Helper class to read a block of the type "key { ... }" from a stream and store it in a string. More... | |
Defines | |
| #define | _get_keyval_scalar_proto_(_type_, _def_value_) |
| #define | _get_keyval_vector_proto_(_type_, _def_value_) |
Parsing functions for collective variables
/**
Definition in file colvarparse.h.
|
|
Value: bool get_keyval (std::string const &conf, \ char const *key, \ _type_ &value, \ _type_ const &def_value = _def_value_, \ Parse_Mode const parse_mode = parse_normal) Definition at line 92 of file colvarparse.h. |
|
|
Value: bool get_keyval (std::string const &conf, \ char const *key, \ std::vector<_type_> &values, \ std::vector<_type_> const &def_values = \ std::vector<_type_> (0, static_cast<_type_>(_def_value_)), \ Parse_Mode const parse_mode = parse_normal) Definition at line 108 of file colvarparse.h. |
1.3.9.1