OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Typedefs | Functions
CmdArguments.h File Reference
#include <map>
#include <string>
#include <iostream>
#include <sstream>
#include <set>
#include "boost/smart_ptr.hpp"
#include "boost/utility/value_init.hpp"
#include "Util/OptPilotException.h"
Include dependency graph for CmdArguments.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CmdArguments
 

Typedefs

typedef boost::shared_ptr< CmdArgumentsCmdArguments_t
 

Functions

template<>
std::string CmdArguments::arg< std::string > (const std::string name)
 

Typedef Documentation

◆ CmdArguments_t

typedef boost::shared_ptr<CmdArguments> CmdArguments_t

Definition at line 176 of file CmdArguments.h.

Function Documentation

◆ CmdArguments::arg< std::string >()

template<>
std::string CmdArguments::arg< std::string > ( const std::string  name)
inline

Definition at line 192 of file CmdArguments.h.

References name.