Astra Linux Directory Client Core API  1.7.0
#include "common.h"
#include "ALDCore.h"
#include <map>
#include <list>
#include <memory>

См. исходные тексты.

Классы

class  ALD::CALDCommandOption
 
class  ALD::CALDCommandOptions
 
class  ALD::CALDCommand
 
class  ALD::CALDCommands
 

Пространства имен

 ALD
 

Определения типов

typedef shared_ptr< CALDCommandOption > ALD::CALDCommandOptionPtr
 
typedef map< string, CALDCommandOptionPtr > ALD::ald_command_option_map
 
typedef shared_ptr< CALDCommand > ALD::CALDCommandPtr
 
typedef map< string, CALDCommandPtr > ALD::ald_command_map
 

Перечисления

enum  ALD::acArgumentNecessity { ALD::anNoArgument = 0, ALD::anRequiredArgument = 1, ALD::anOptionalArgument = 2 }
 
enum  ALD::acArgumentType {
  ALD::acatText, ALD::acatNumber, ALD::acatHex, ALD::acatOct,
  ALD::acatTPeriod
}
 

Подробное описание

Объявление классов командного интерфейса Astra Linux Directory.