ACE_Service_Gestalt::Processed_Static_Svc Struct Reference

#include <Service_Gestalt.h>

Collaboration diagram for ACE_Service_Gestalt::Processed_Static_Svc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Processed_Static_Svc (const ACE_Static_Svc_Descriptor *)
 ~Processed_Static_Svc (void)

Public Attributes

ACE_TCHARname_
const ACE_Static_Svc_Descriptorassd_

Detailed Description

Definition at line 309 of file Service_Gestalt.h.


Constructor & Destructor Documentation

ACE_Service_Gestalt::Processed_Static_Svc::Processed_Static_Svc ( const ACE_Static_Svc_Descriptor  ) 

Definition at line 138 of file Service_Gestalt.cpp.

References ACE_NEW_NORETURN, ACE_Static_Svc_Descriptor::name_, name_, ACE_OS::strcpy(), and ACE_OS::strlen().

00139   :name_(0),
00140    assd_(assd)
00141 {
00142   ACE_NEW_NORETURN (name_, ACE_TCHAR[ACE_OS::strlen(assd->name_)+1]);
00143   ACE_OS::strcpy(name_,assd->name_);
00144 }

ACE_Service_Gestalt::Processed_Static_Svc::~Processed_Static_Svc ( void   ) 

Definition at line 146 of file Service_Gestalt.cpp.

References name_.

00147 {
00148   delete [] name_;
00149 }


Member Data Documentation

const ACE_Static_Svc_Descriptor* ACE_Service_Gestalt::Processed_Static_Svc::assd_

Definition at line 314 of file Service_Gestalt.h.

ACE_TCHAR* ACE_Service_Gestalt::Processed_Static_Svc::name_

Definition at line 313 of file Service_Gestalt.h.

Referenced by Processed_Static_Svc(), and ~Processed_Static_Svc().


The documentation for this struct was generated from the following files:
Generated on Tue Feb 2 17:35:34 2010 for ACE by  doxygen 1.4.7