Functions | Variables
setArgs.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 while (pch !=NULL)
 
 for (int i=0;i< argc;i++)
 

Variables

List< word > argvList
 
char * pch = strtok(argsAll_, " ")
 
int argc = 0
 
char ** argv = new char*[argc]
 

Function Documentation

◆ while()

while ( pch = NULL)

Definition at line 19 of file setArgs.H.

References argc, argvList, and pch.

◆ for()

for ( )

Definition at line 27 of file setArgs.H.

References argv, and argvList.

Variable Documentation

◆ argvList

List<word> argvList

Definition at line 14 of file setArgs.H.

Referenced by for(), and while().

◆ pch

pch = strtok(argsAll_, " ")

Definition at line 16 of file setArgs.H.

Referenced by while().

◆ argc

int argc = 0

Definition at line 18 of file setArgs.H.

Referenced by while().

◆ argv

char** argv = new char*[argc]

Definition at line 26 of file setArgs.H.

Referenced by for().