Home
last modified time | relevance | path

Searched defs:CommandCreator (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dinput.h63 typedef Command *(*CommandCreator)(LAMMPS *); typedef
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dinput.h102 typedef void (*CommandCreator)(LAMMPS *, int, char **); typedef
/dports/devel/sccache/sccache-0.2.15/src/
H A Dmock_command.rs123 pub trait CommandCreator { trait
559 fn spawn_command<T: CommandCreator, S: AsRef<OsStr>>( in spawn_command()
566 fn spawn_wait_command<T: CommandCreator, S: AsRef<OsStr>>( in spawn_wait_command()
573 fn spawn_output_command<T: CommandCreator, S: AsRef<OsStr>>( in spawn_output_command()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DCommandParser.hh40 Command<Type> *CommandCreator(const string &name, const string &args, in CommandCreator() function