ACE  6.4.0
Classes | Typedefs
ARGV.h File Reference
#include "ace/Global_Macros.h"
#include "ace/Unbounded_Queue.h"
#include "ace/ARGV.inl"
#include "ace/ARGV.cpp"

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_TCHARACE_ARGV_Queue_Entry
 
typedef ACE_ARGV_T< ACE_TCHARACE_ARGV
 

Detailed Description

Author
Doug Schmidt schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du
Everett Anderson eea1@.nosp@m.cs.w.nosp@m.ustl..nosp@m.edu

Typedef Documentation