#include "ace/ACE_export.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:
Classes | |
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_T< ACE_TCHAR > | ACE_ARGV |
Everett Anderson <eea1@cs.wustl.edu>
typedef ACE_ARGV_T<ACE_TCHAR> ACE_ARGV |