An entry in the queue which keeps user supplied arguments.
More...
#include <ARGV.h>
List of all members.
Detailed Description
template<typename CHAR_TYPE>
class ACE_ARGV_Queue_Entry_T< CHAR_TYPE >
An entry in the queue which keeps user supplied arguments.
Constructor & Destructor Documentation
template<typename CHAR_TYPE >
template<typename CHAR_TYPE >
Initialize a ACE_ARGV_Queue_Entry_T.
- Parameters:
-
| arg | Pointer to an argument |
| quote_arg | The argument arg need to be quoted while adding to the vector. |
template<typename CHAR_TYPE >
template<typename CHAR_TYPE >
We need this destructor to keep some compilers from complaining. It's just a no-op, however.
Member Function Documentation
template<typename CHAR_TYPE >
Dump the state of this object.
Member Data Documentation
template<typename CHAR_TYPE >
template<typename CHAR_TYPE >
template<typename CHAR_TYPE >
The argument need to be quoted while adding to the vector.
The documentation for this class was generated from the following files: