Classes | Typedefs

ARGV.h File Reference

#include "ace/Global_Macros.h"
#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< CHAR_TYPE >
 An entry in the queue which keeps user supplied arguments. More...
class  ACE_ARGV_T< CHAR_TYPE >
 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_TCHARACE_ARGV

Detailed Description

Id:
ARGV.h 81156 2008-03-30 20:56:47Z iliyan
Author:
Doug Schmidt <schmidt@cs.wustl.edu>
Everett Anderson <eea1@cs.wustl.edu>

Definition in file ARGV.h.


Typedef Documentation

Definition at line 315 of file ARGV.h.

Definition at line 314 of file ARGV.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines