#include <string>
#include <map>
#include <set>
#include <iosfwd>
#include "tools/Keywords.h"
#include <memory>
Classes | |
class | PLMD::ActionRegister |
Register holding all the allowed keywords. More... | |
Namespaces | |
PLMD | |
Macros | |
#define | PLUMED_CONCATENATE(s1, s2) PLUMED_CONCATENATE_DIRECT(s1, s2) |
#define | PLUMED_CONCATENATE_DIRECT(s1, s2) s1##s2 |
#define | PLUMED_UNIQUENAME(str) PLUMED_CONCATENATE(str, __LINE__) |
Functions | |
std::ostream & | PLMD::operator<< (std::ostream &log, const ActionRegister &ar) |
#define PLUMED_CONCATENATE | ( | s1, | |
s2 | |||
) | PLUMED_CONCATENATE_DIRECT(s1, s2) |
#define PLUMED_CONCATENATE_DIRECT | ( | s1, | |
s2 | |||
) | s1##s2 |
#define PLUMED_UNIQUENAME | ( | str | ) | PLUMED_CONCATENATE(str, __LINE__) |
Hosted by GitHub | 1.8.14 |