ACE
6.1.0
|
#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_TCHAR > | ACE_ARGV_Queue_Entry |
typedef ACE_ARGV_T< ACE_TCHAR > | ACE_ARGV |
typedef ACE_ARGV_T<ACE_TCHAR> ACE_ARGV |