| Botan
    1.10.16
    | 
#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 | 
Unix Program Info
Definition at line 21 of file unix_cmd.h.
| 
 | inline | 
| n | is the name and arguments of what we are going run | 
| p | is the priority level (lower prio numbers get polled first) | 
Definition at line 27 of file unix_cmd.h.
| std::string Botan::Unix_Program::name_and_args | 
The name and arguments for this command
Definition at line 33 of file unix_cmd.h.
| size_t Botan::Unix_Program::priority | 
Priority: we scan from low to high
Definition at line 38 of file unix_cmd.h.
| bool Botan::Unix_Program::working | 
Does this source seem to be working?
Definition at line 43 of file unix_cmd.h.
 1.8.13
 1.8.13