TAO_CEC_Operation_Params Class Reference

#include <CEC_TypedEventChannel.h>

Collaboration diagram for TAO_CEC_Operation_Params:

Collaboration graph
[legend]
List of all members.

Private Member Functions

 TAO_CEC_Operation_Params (CORBA::ULong num_params)
 constructor
 ~TAO_CEC_Operation_Params (void)
 destructor

Private Attributes

CORBA::ULong num_params_
TAO_CEC_Paramparameters_

Friends

class TAO_CEC_TypedEventChannel
 Only the TypedEventChannel can read the private fields.

Detailed Description

Definition at line 359 of file CEC_TypedEventChannel.h.


Constructor & Destructor Documentation

ACE_INLINE TAO_CEC_Operation_Params::TAO_CEC_Operation_Params ( CORBA::ULong  num_params  )  [private]

constructor

Definition at line 193 of file CEC_TypedEventChannel.inl.

References parameters_.

00194   :  num_params_ (num_params)
00195 {
00196   parameters_ = new TAO_CEC_Param[num_params];
00197 }

ACE_INLINE TAO_CEC_Operation_Params::~TAO_CEC_Operation_Params ( void   )  [private]

destructor

Definition at line 200 of file CEC_TypedEventChannel.inl.

References parameters_.

00201 {
00202   delete [] parameters_;
00203 }


Friends And Related Function Documentation

friend class TAO_CEC_TypedEventChannel [friend]

Only the TypedEventChannel can read the private fields.

Definition at line 368 of file CEC_TypedEventChannel.h.


Member Data Documentation

CORBA::ULong TAO_CEC_Operation_Params::num_params_ [private]

Definition at line 370 of file CEC_TypedEventChannel.h.

Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), and TAO_CEC_TypedEventChannel::create_operation_list().

TAO_CEC_Param* TAO_CEC_Operation_Params::parameters_ [private]

Definition at line 371 of file CEC_TypedEventChannel.h.

Referenced by TAO_CEC_TypedEventChannel::cache_interface_description(), TAO_CEC_TypedEventChannel::create_operation_list(), TAO_CEC_Operation_Params(), and ~TAO_CEC_Operation_Params().


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:44:59 2010 for TAO_CosEvent by  doxygen 1.4.7