org::xmlBlaster::util::ArgsStruct Struct Reference

Data holder of Properties dumped to argc/argv command line arguments as passed to a main(). More...

List of all members.

Public Attributes

size_t argc
char ** argv


Detailed Description

Data holder of Properties dumped to argc/argv command line arguments as passed to a main().

Example:

 argv[0] = myProg (the executable name) 
 argv[1] = -name
 argv[2] = joe
 

Definition at line 51 of file Global.h.


Member Data Documentation

size_t org::xmlBlaster::util::ArgsStruct::argc

Definition at line 52 of file Global.h.

Referenced by org::xmlBlaster::util::Global::fillArgs(), and org::xmlBlaster::util::Global::freeArgs().

char** org::xmlBlaster::util::ArgsStruct::argv

Definition at line 53 of file Global.h.

Referenced by org::xmlBlaster::util::Global::fillArgs(), and org::xmlBlaster::util::Global::freeArgs().


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