OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
CmdArguments.h File Reference
#include <map>
#include <memory>
#include <string>
#include <iostream>
#include <sstream>
#include <set>
#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 std::shared_ptr< CmdArgumentsCmdArguments_t

Functions

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

Typedef Documentation

◆ CmdArguments_t

typedef std::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 CmdArguments::arg(), and name.

Here is the call graph for this function: