Mixe for Privacy and Anonymity in the Internet
Public Attributes | List of all members
optionStackEntry Struct Reference

#include <poptint.h>

Collaboration diagram for optionStackEntry:

Public Attributes

int argc
 
const char ** argv
 
pbm_setargb
 
int next
 
const char * nextArg
 
const char * nextCharArg
 
struct poptAliascurrAlias
 
int stuffed
 

Detailed Description

Definition at line 24 of file poptint.h.

Member Data Documentation

◆ argb

pbm_set* optionStackEntry::argb

Definition at line 27 of file poptint.h.

Referenced by poptFreeContext(), poptGetContext(), and poptStuffArgs().

◆ argc

int optionStackEntry::argc

Definition at line 25 of file poptint.h.

Referenced by poptGetContext(), poptGetNextOpt(), poptStrippedArgv(), and poptStuffArgs().

◆ argv

const char** optionStackEntry::argv

◆ currAlias

struct poptAlias* optionStackEntry::currAlias

Definition at line 31 of file poptint.h.

Referenced by poptStuffArgs().

◆ next

int optionStackEntry::next

Definition at line 28 of file poptint.h.

Referenced by poptBadOption(), poptGetContext(), poptGetNextOpt(), and poptStuffArgs().

◆ nextArg

const char* optionStackEntry::nextArg

Definition at line 29 of file poptint.h.

Referenced by poptGetOptArg(), and poptStuffArgs().

◆ nextCharArg

const char* optionStackEntry::nextCharArg

Definition at line 30 of file poptint.h.

Referenced by poptGetNextOpt(), and poptStuffArgs().

◆ stuffed

int optionStackEntry::stuffed

Definition at line 32 of file poptint.h.

Referenced by poptStuffArgs().


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