winapi_common
|
This is the complete list of members for winapi::CommandLine, including all inherited members.
args_to_string() const | winapi::CommandLine | |
CommandLine()=default | winapi::CommandLine | |
CommandLine(const std::string &argv0, const std::vector< std::string > &args={}) | winapi::CommandLine | inlineexplicit |
CommandLine(std::string &&argv0, std::vector< std::string > &&args={}) | winapi::CommandLine | inlineexplicit |
CommandLine(std::vector< std::string > argv) | winapi::CommandLine | explicit |
escape(const std::string &) (defined in winapi::CommandLine) | winapi::CommandLine | static |
escape_cmd(const std::string &) (defined in winapi::CommandLine) | winapi::CommandLine | static |
from_main(int argc, wchar_t *argv[]) | winapi::CommandLine | static |
get_args() const | winapi::CommandLine | inline |
get_argv() const | winapi::CommandLine | |
get_argv0() const | winapi::CommandLine | inline |
has_args() const | winapi::CommandLine | inline |
parse(const std::string &src) | winapi::CommandLine | static |
query() | winapi::CommandLine | static |
to_string() const | winapi::CommandLine |