www.mooseframework.org
Classes | Functions
CommandLine.h File Reference

Go to the source code of this file.

Classes

class  CommandLine
 This class wraps provides and tracks access to command line parameters. More...
 
struct  CommandLine::Option
 

Functions

template<>
void CommandLine::setArgument< std::string > (std::stringstream &stream, std::string &argument)
 

Function Documentation

◆ CommandLine::setArgument< std::string >()

template<>
void CommandLine::setArgument< std::string > ( std::stringstream &  stream,
std::string &  argument 
)

Definition at line 278 of file CommandLine.C.

279 {
280  argument = stream.str();
281 }