Subversion Repositories gelsvn

Rev

Rev 382 | Rev 410 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 382 Rev 409
Line 92... Line 92...
92
 
92
 
93
				const std::string& get_last_arg() const
93
				const std::string& get_last_arg() const
94
						{
94
						{
95
							if(no_remaining_args() > 0)
95
							if(no_remaining_args() > 0)
96
								return avec.back();
96
								return avec.back();
-
 
97
              return std::string("");
97
						}
98
						}
98
 
99
 
99
				void get_all_args(std::vector<std::string>& args)
100
				void get_all_args(std::vector<std::string>& args)
100
						{
101
						{
101
								args = std::vector<std::string>(avec.begin(), avec.end());
102
								args = std::vector<std::string>(avec.begin(), avec.end());