#include <cli.h>
Inheritance diagram for PCLI::Arguments:

Public Member Functions | |
Operations | |
| Context & | WriteUsage () |
| Context & | WriteError (const PString &error=PString::Empty()) |
Member access | |
| Context & | GetContext () const |
Protected Attributes | |
| Context & | m_context |
| PString | m_command |
| PString | m_usage |
Friends | |
| class | PCLI |
| Context& PCLI::Arguments::WriteUsage | ( | ) |
Write to the CLI output channel the usage for the current command.
Write an error to the CLI output channel.
| error | Error message |
| Context& PCLI::Arguments::GetContext | ( | ) | const [inline] |
Get the CLI context supplying the command line arguments.
friend class PCLI [friend] |
Context& PCLI::Arguments::m_context [protected] |
PString PCLI::Arguments::m_command [protected] |
PString PCLI::Arguments::m_usage [protected] |
1.5.1