Functions

Arg_Shifter.cpp File Reference

#include "ace/Arg_Shifter.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
#include "ace/OS_Errno.h"
#include "ace/OS_Memory.h"
Include dependency graph for Arg_Shifter.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 ACE_RCSID (ace, Arg_Shifter,"$Id: Arg_Shifter.cpp 83749 2008-11-14 18:39:10Z johnnyw $") 1 template< typename CHAR_TYPE > ACE_Arg_Shifter_T< CHAR_TYPE >

Function Documentation

ACE_RCSID ( ace  ,
Arg_Shifter  ,
"$Id: Arg_Shifter.cpp 83749 2008-11-14 18:39:10Z johnnyw $"   
)

Definition at line 10 of file Arg_Shifter.cpp.

               : Arg_Shifter.cpp 83749 2008-11-14 18:39:10Z johnnyw $")


ACE_BEGIN_VERSIONED_NAMESPACE_DECL

template <typename CHAR_TYPE>
ACE_Arg_Shifter_T<CHAR_TYPE>::ACE_Arg_Shifter_T (int& argc,
                                                 const CHAR_TYPE** argv,
                                                 const CHAR_TYPE** temp)
  : argc_ (argc),
    total_size_ (argc),
    temp_ (temp),
    argv_ (argv),
    current_index_ (0),
    back_ (argc - 1),
    front_ (0)
{
  this->init ();
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines