geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

sCookedArgs Struct Reference

#include <options_p.h>

Collaboration diagram for sCookedArgs:
[legend]

Public Attributes

Argumentsargs
 
char * shortOptions
 
char simple [2]
 
bool isOption
 
bool longOption
 
const char * parameter
 
char * item
 

Detailed Description

Definition at line 41 of file options_p.h.

Member Data Documentation

◆ args

◆ isOption

bool sCookedArgs::isOption

Definition at line 46 of file options_p.h.

Referenced by cArgForth(), cArgIsOption(), cArgRead(), and parseOption().

◆ item

char* sCookedArgs::item

◆ longOption

bool sCookedArgs::longOption

Definition at line 47 of file options_p.h.

Referenced by cArgForth(), cArgRead(), and parseOption().

◆ parameter

const char* sCookedArgs::parameter

◆ shortOptions

char* sCookedArgs::shortOptions

Definition at line 44 of file options_p.h.

Referenced by cArgForth(), cArgOptionPending(), cArgRead(), and parseShortOption().

◆ simple

char sCookedArgs::simple[2]

Definition at line 45 of file options_p.h.

Referenced by parseShortOption().


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