#include "Keywords.h"#include "Log.h"#include "Tools.h"#include <iostream>#include <iomanip>#include <algorithm>Namespaces | |
| namespace | PLMD |
Macros | |
| #define | NUMBERED_DOCSTRING(key) |
Functions | |
| void | erase_remove (std::string &vec, const char value) |
| template<typename T> | |
| void | erase_remove (std::vector< T > &vec, const T &value) |
| Keywords::argType | PLMD::stoat (std::string_view str) |
| Converts a string to the corresponding Keywords::argType. | |
| Keywords::componentType | PLMD::stoct (std::string_view str) |
| Converts a string to the corresponding Keywords::componentType. | |
| std::string | PLMD::toString (Keywords::argType at) |
| std::string | PLMD::toString (Keywords::componentType at) |
| #define NUMBERED_DOCSTRING | ( | key | ) |
| void erase_remove | ( | std::string & | vec, |
| const char | value ) |
| void erase_remove | ( | std::vector< T > & | vec, |
| const T & | value ) |
Hosted by GitHub
|
1.13.2
|