OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_arg.h>
Public Member Functions | |
argument () | |
bool | is_valid () |
Public Attributes | |
char * | arg |
Private Attributes | |
int | index |
Friends | |
class | cli_interpreter |
Definition at line 53 of file ojph_arg.h.
|
inline |
Definition at line 56 of file ojph_arg.h.
|
inline |
Definition at line 58 of file ojph_arg.h.
References arg.
Referenced by get_arguments(), ojph::cli_interpreter::reinterpret(), and ojph::cli_interpreter::reinterpret_to_bool().
|
friend |
Definition at line 54 of file ojph_arg.h.
char* ojph::argument::arg |
Definition at line 57 of file ojph_arg.h.
Referenced by ojph::cli_interpreter::find_argument(), ojph::cli_interpreter::get_argument_zero(), get_arguments(), ojph::cli_interpreter::get_next_avail_argument(), ojph::cli_interpreter::get_next_value(), is_valid(), ojph::cli_interpreter::reinterpret(), and ojph::cli_interpreter::reinterpret_to_bool().
|
private |
Definition at line 60 of file ojph_arg.h.
Referenced by ojph::cli_interpreter::find_argument(), ojph::cli_interpreter::get_next_avail_argument(), ojph::cli_interpreter::get_next_value(), and ojph::cli_interpreter::release_argument().