#include <CLIParse.hh>
Definition at line 10 of file CLIParse.hh.
◆ CLIParse() [1/2]
CASM::CLIParse::CLIParse |
( |
int |
_argc, |
|
|
char ** |
_argv |
|
) |
| |
◆ CLIParse() [2/2]
CASM::CLIParse::CLIParse |
( |
std::string |
_args | ) |
|
◆ ~CLIParse()
CASM::CLIParse::~CLIParse |
( |
| ) |
|
◆ argc()
int CASM::CLIParse::argc |
( |
| ) |
const |
|
inline |
◆ argv()
char** CASM::CLIParse::argv |
( |
| ) |
const |
|
inline |
◆ parse_result()
int CASM::CLIParse::parse_result |
( |
| ) |
const |
|
inline |
◆ m_argc
int CASM::CLIParse::m_argc |
|
private |
◆ m_argv
char** CASM::CLIParse::m_argv |
|
private |
◆ m_free_p
bool CASM::CLIParse::m_free_p |
|
private |
◆ m_p
wordexp_t CASM::CLIParse::m_p |
|
private |
◆ m_parse_result
int CASM::CLIParse::m_parse_result |
|
private |
stores error codes when attempting to parse std::string _args -> argc, argv
Definition at line 32 of file CLIParse.hh.
The documentation for this class was generated from the following files:
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/include/casm/app/CLIParse.hh
- /Users/bpuchala/Work/codes/CASMcode_v0.2.X_reference/src/casm/app/CLIParse.cc