Home | History | Annotate | Download | only in src

Lines Matching refs:Arguments

847 // Utility class for accumulating command-line arguments.
848 class Arguments {
850 Arguments() {
854 ~Arguments() {
865 arguments) {
866 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
867 i != arguments.end();
879 // A struct that encompasses the arguments to the child process of a
882 char* const* argv; // Command-line arguments for the child's call to exec
1020 Arguments args;