Subversion Repositories gelsvn

Rev

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

Rev 373 Rev 382
Line 90... Line 90...
90
								return avec.size();
90
								return avec.size();
91
						}
91
						}
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
								return avec.back();
96
								return avec.back();
96
						}
97
						}
97
 
98
 
98
				void get_all_args(std::vector<std::string>& args)
99
				void get_all_args(std::vector<std::string>& args)
99
						{
100
						{