Botan  1.10.9
Public Member Functions | Public Attributes | List of all members
Botan::Unix_Program Struct Reference

#include <unix_cmd.h>

Public Member Functions

 Unix_Program (const char *n, size_t p)
 

Public Attributes

std::string name_and_args
 
size_t priority
 
bool working
 

Detailed Description

Unix Program Info

Definition at line 21 of file unix_cmd.h.

Constructor & Destructor Documentation

Botan::Unix_Program::Unix_Program ( const char *  n,
size_t  p 
)
inline
Parameters
nis the name and arguments of what we are going run
pis the priority level (lower prio numbers get polled first)

Definition at line 27 of file unix_cmd.h.

References n, name_and_args, priority, and working.

28  { name_and_args = n; priority = p; working = true; }
BigInt n
Definition: numthry.cpp:26
std::string name_and_args
Definition: unix_cmd.h:33

Member Data Documentation

std::string Botan::Unix_Program::name_and_args

The name and arguments for this command

Definition at line 33 of file unix_cmd.h.

Referenced by Unix_Program().

size_t Botan::Unix_Program::priority

Priority: we scan from low to high

Definition at line 38 of file unix_cmd.h.

Referenced by Unix_Program().

bool Botan::Unix_Program::working

Does this source seem to be working?

Definition at line 43 of file unix_cmd.h.

Referenced by Unix_Program().


The documentation for this struct was generated from the following file: