Collective Variables Module - Developer Documentation
|
This is the complete list of members for colvarscript, including all inherited members.
add_error_msg(std::string const &s) | colvarscript | |
check_bias_cmd_nargs(char const *cmd, int objc, int n_args_min, int n_args_max) | colvarscript | inline |
check_cmd_nargs(char const *cmd, int objc, int n_args_min, int n_args_max) | colvarscript | |
check_colvar_cmd_nargs(char const *cmd, int objc, int n_args_min, int n_args_max) | colvarscript | inline |
check_module_cmd_nargs(char const *cmd, int objc, int n_args_min, int n_args_max) | colvarscript | inline |
clear_str_result() | colvarscript | |
cmd_arg_shift() | colvarscript | |
cmd_arghelp | colvarscript | private |
cmd_fns | colvarscript | private |
cmd_full_help | colvarscript | private |
cmd_help | colvarscript | private |
cmd_n_args_max | colvarscript | private |
cmd_n_args_min | colvarscript | private |
cmd_names | colvarscript | private |
cmd_rethelp | colvarscript | private |
cmd_str_map | colvarscript | private |
cmdline_main_cmd_ | colvarscript | private |
colvarproxy (defined in colvarscript) | colvarscript | friend |
colvars (defined in colvarscript) | colvarscript | private |
colvarscript() (defined in colvarscript) | colvarscript | inlineprivate |
colvarscript(colvarproxy *p, colvarmodule *m) (defined in colvarscript) | colvarscript | |
command enum name | colvarscript | |
cv_n_commands enum value (defined in colvarscript) | colvarscript | |
get_bias_cmd_arg(int iarg, int objc, unsigned char *const objv[]) | colvarscript | inline |
get_cmd_arg(int iarg, int objc, unsigned char *const objv[]) | colvarscript | |
get_cmd_fn | colvarscript | inlineprivate |
get_cmd_prefix(Object_type t) | colvarscript | |
get_cmdline_help_summary(Object_type t) | colvarscript | |
get_colvar_cmd_arg(int iarg, int objc, unsigned char *const objv[]) | colvarscript | inline |
get_command_arghelp(char const *cmd, int i) | colvarscript | |
get_command_cmdline_help(Object_type t, std::string const &cmd) | colvarscript | |
get_command_cmdline_syntax(Object_type t, command c) | colvarscript | |
get_command_full_help(char const *cmd) | colvarscript | |
get_command_help(char const *cmd) | colvarscript | |
get_command_n_args_max(char const *cmd) | colvarscript | |
get_command_n_args_min(char const *cmd) | colvarscript | |
get_command_names() const | colvarscript | inline |
get_command_rethelp(char const *cmd) | colvarscript | |
get_module_cmd_arg(int iarg, int objc, unsigned char *const objv[]) | colvarscript | inline |
init_command(colvarscript::command const &comm, char const *name, char const *help, int n_args_min, int n_args_max, char const *arghelp, int(*fn)(void *, int, unsigned char *const *)) | colvarscript | private |
init_commands() | colvarscript | private |
modify_str_result() | colvarscript | inline |
module() | colvarscript | inline |
obj_to_str(unsigned char *obj) | colvarscript | |
obj_to_str_vector(unsigned char *obj) | colvarscript | |
Object_type enum name | colvarscript | |
pack_vector_elements_text(std::vector< T > const &x, std::string &x_str) | colvarscript | private |
proc_features(colvardeps *obj, int argc, unsigned char *const argv[]) | colvarscript | |
proxy() | colvarscript | inline |
proxy_ (defined in colvarscript) | colvarscript | private |
run(int objc, unsigned char *const objv[]) | colvarscript | |
set_cmdline_main_cmd(std::string const &cmd) | colvarscript | inline |
set_result_colvarvalue(colvarvalue const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_colvarvalue_vec(std::vector< colvarvalue > const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_int(int const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_int_vec(std::vector< int > const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_long_int(long int const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_long_int_vec(std::vector< long int > const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_real(cvm::real const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_real_vec(std::vector< cvm::real > const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_rvector(cvm::rvector const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_rvector_vec(std::vector< cvm::rvector > const &x, unsigned char *obj=NULL) | colvarscript | |
set_result_str(std::string const &s) | colvarscript | |
set_result_text(T const &x, unsigned char *obj) | colvarscript | private |
set_result_text(int const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(std::vector< int > const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(long int const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(std::vector< long int > const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(cvm::real const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(std::vector< cvm::real > const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(std::vector< cvm::rvector > const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text(std::vector< colvarvalue > const &x, unsigned char *obj) (defined in colvarscript) | colvarscript | |
set_result_text_from_str(std::string const &x_str, unsigned char *obj) | colvarscript | private |
str_result() const | colvarscript | inline |
str_result_ | colvarscript | |
unsupported_op() | colvarscript | |
use_bias enum value (defined in colvarscript) | colvarscript | |
use_colvar enum value (defined in colvarscript) | colvarscript | |
use_module enum value (defined in colvarscript) | colvarscript | |
~colvarscript() (defined in colvarscript) | colvarscript |