#include <ARGV.h>
Public Member Functions | |
ACE_ARGV_Queue_Entry_T (void) | |
Initialize a ACE_ARGV_Queue_Entry_T. | |
ACE_ARGV_Queue_Entry_T (const CHAR_TYPE *arg, bool quote_arg) | |
ACE_ARGV_Queue_Entry_T (const ACE_ARGV_Queue_Entry_T< CHAR_TYPE > &entry) | |
~ACE_ARGV_Queue_Entry_T (void) | |
void | dump (void) const |
Dump the state of this object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
const CHAR_TYPE * | arg_ |
Pointer to the argument. | |
bool | quote_arg_ |
The argument need to be quoted while adding to the vector. |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::ACE_ARGV_Queue_Entry_T | ( | void | ) | [inline] |
Initialize a ACE_ARGV_Queue_Entry_T.
ACE_INLINE ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::ACE_ARGV_Queue_Entry_T | ( | const CHAR_TYPE * | arg, | |
bool | quote_arg | |||
) | [inline] |
Initialize a ACE_ARGV_Queue_Entry_T.
arg | Pointer to an argument | |
quote_arg | The argument arg need to be quoted while adding to the vector. |
ACE_INLINE ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::ACE_ARGV_Queue_Entry_T | ( | const ACE_ARGV_Queue_Entry_T< CHAR_TYPE > & | entry | ) | [inline] |
ACE_INLINE ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::~ACE_ARGV_Queue_Entry_T | ( | void | ) | [inline] |
We need this destructor to keep some compilers from complaining. It's just a no-op, however.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL void ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::dump | ( | void | ) | const [inline] |
Dump the state of this object.
ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::ACE_ALLOC_HOOK_DECLARE |
const CHAR_TYPE* ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::arg_ |
Pointer to the argument.
bool ACE_ARGV_Queue_Entry_T< CHAR_TYPE >::quote_arg_ |
The argument need to be quoted while adding to the vector.