#include "ace/Unbounded_Queue.h"
#include "ace/ARGV.inl"
#include "ace/ARGV.cpp"
Include dependency graph for ARGV.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ACE_ARGV_Queue_Entry_T |
An entry in the queue which keeps user supplied arguments. More... | |
class | ACE_ARGV_T |
Builds a counted argument vector (ala argc/argv) from either a string or a set of separate tokens. This class preserves whitespace within tokens only if the whitespace-containing token is enclosed in either single (') or double (") quotes. This is consistent with the expected behavior if an argument vector obtained using this class is passed to, for example, ACE_Get_Opt. More... | |
Typedefs | |
typedef ACE_ARGV_Queue_Entry_T< ACE_TCHAR > | ACE_ARGV_Queue_Entry |
typedef ACE_ARGV_T< ACE_TCHAR > | ACE_ARGV |
Everett Anderson <eea1@cs.wustl.edu>
Definition in file ARGV.h.
|
Definition at line 287 of file ARGV.h. Referenced by ace_yyparse(), ACE_ARGV_T< CHAR_TYPE >::dump(), ACE_Service_Gestalt::initialize(), ACE_Service_Gestalt::initialize_i(), and ACE_Service_Config::parse_args_i(). |
|
|