Astra Linux Directory Client Core API
1.7.0
|
#include "ALDCommonCommands.h"
Открытые члены | |
virtual void | ShowUsage () const |
CALDCmdStatus (IALDCore &Core) | |
![]() | |
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 () |
![]() | |
bool | CheckArguments () |
Дополнительные унаследованные члены | |
![]() | |
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 |
Класс общей команды 'status'.
ALD::CALDCmdStatus::CALDCmdStatus | ( | IALDCore & | Core | ) |
Конструктор
|
protectedvirtual |
Перегружаемая рабочая функция команды
Замещает ALD::CALDCommand.
|
virtual |
Перегружаемая функция описания использования
Замещает ALD::CALDCommand.