libamxrt
0.4.2
Ambiorix Run Time Library
|
#include <amxrt_priv.h>
Data Fields | |
char | short_option |
const char * | long_option |
int | has_args |
int | id |
const char * | doc |
const char * | arg_doc |
amxc_llist_it_t | it |
Definition at line 108 of file amxrt_priv.h.
const char* _runtime_options::arg_doc |
Definition at line 114 of file amxrt_priv.h.
const char* _runtime_options::doc |
Definition at line 113 of file amxrt_priv.h.
int _runtime_options::has_args |
Definition at line 111 of file amxrt_priv.h.
int _runtime_options::id |
Definition at line 112 of file amxrt_priv.h.
amxc_llist_it_t _runtime_options::it |
Definition at line 115 of file amxrt_priv.h.
const char* _runtime_options::long_option |
Definition at line 110 of file amxrt_priv.h.
char _runtime_options::short_option |
Definition at line 109 of file amxrt_priv.h.