|
Squid Web Cache master
|
A struct option C++ wrapper, helps with option::name copying/freeing. More...
#include <CommandLine.h>
Public Member Functions | |
| LongOption () | |
| LongOption (const RawLongOption &) | |
| LongOption (const LongOption &) | |
| LongOption & | operator= (const LongOption &) |
| ~LongOption () | |
Private Member Functions | |
| void | copy (const RawLongOption &) |
Definition at line 20 of file CommandLine.h.
| LongOption::LongOption | ( | ) |
Definition at line 131 of file CommandLine.cc.
|
explicit |
Definition at line 136 of file CommandLine.cc.
| LongOption::LongOption | ( | const LongOption & | opt | ) |
Definition at line 142 of file CommandLine.cc.
| LongOption::~LongOption | ( | ) |
Definition at line 147 of file CommandLine.cc.
References xfree.
|
private |
Definition at line 161 of file CommandLine.cc.
References xfree, and xstrdup.
Referenced by operator=().
| LongOption & LongOption::operator= | ( | const LongOption & | opt | ) |
Definition at line 153 of file CommandLine.cc.
References copy().