|
Astra Linux Directory Client Core API
1.7.0
|
#include "ALDCommonCommands.h"
Открытые члены | |
| virtual void | ShowUsage () const |
| CALDCmdInternalInfo (IALDCore &Core) | |
Открытые члены унаследованные от ALD::CALDCommand | |
| const string & | section () const |
| const string & | name () const |
| const string & | desc () const |
| string | argument () const |
| acArgumentNecessity | hasArgument () const |
| bool | IsPrivileged () const |
| bool | IsIndependent () const |
| virtual int | Run () |
| CALDCommandOptions & | Options () |
| bool | OptionIsActive (const string &opt) |
| CALDCommandOptionPtr | OptionByName (const string &strName) |
| void | AddArgument (const string &arg) |
| virtual void | Clear () |
| virtual void | FillRLArguments (const string &option, ald_string_list &list, bool &isfile) |
| virtual void | FillRLOptions (ald_string_list &list) |
| CALDCommand (IALDCore &Core) | |
Защищенные члены | |
| virtual int | Execute () |
Защищенные члены унаследованные от ALD::CALDCommand | |
| bool | CheckArguments () |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от ALD::CALDCommand | |
| string | m_strSection |
| string | m_strName |
| string | m_strDesc |
| CALDCommandOptions | m_Options |
| ald_string_list | m_lstArguments |
| acArgumentNecessity | m_HasArgument |
| IALDCore * | m_pCore |
| bool | m_bPrivileged |
| bool | m_bIndependent |
Класс общей команды 'internal-info'.
| ALD::CALDCmdInternalInfo::CALDCmdInternalInfo | ( | IALDCore & | Core | ) |
Конструктор
|
protectedvirtual |
Перегружаемая рабочая функция команды
Замещает ALD::CALDCommand.
|
virtual |
Перегружаемая функция описания использования
Замещает ALD::CALDCommand.