PaCO++  0.05
ControlledDescr Struct Reference

#include <ControlledIdl.h>

List of all members.

Public Types

typedef
_CORBA_Unbounded_Sequence_w_FixSizeElement
< CORBA::Long, 4, 4 > 
_lens_seq
typedef
_CORBA_ConstrType_Variable_Var
< ControlledDescr
_var_type

Public Member Functions

void operator<<= (cdrStream &)
void operator>>= (cdrStream &) const

Public Attributes

_lens_seq lens
CORBA::ULong llen

Detailed Description

Definition at line 62 of file ControlledIdl.h.


Member Typedef Documentation

typedef _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > ControlledDescr::_lens_seq

Definition at line 68 of file ControlledIdl.h.

typedef _CORBA_ConstrType_Variable_Var<ControlledDescr> ControlledDescr::_var_type

Definition at line 63 of file ControlledIdl.h.


Member Function Documentation

void ControlledDescr::operator<<= ( cdrStream &  _n)

Definition at line 26 of file ControlledIdl.cc.

References ControlledLib::ControlledDescr::lens, and ControlledLib::ControlledDescr::llen.

{
  (CORBA::ULong&)llen <<= _n;
  (_CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &)lens <<= _n;

}
void ControlledDescr::operator>>= ( cdrStream &  _n) const

Definition at line 18 of file ControlledIdl.cc.

{
  llen >>= _n;
  (const _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &) lens >>= _n;

}

Member Data Documentation

Definition at line 69 of file ControlledIdl.h.

CORBA::ULong ControlledDescr::llen

Definition at line 66 of file ControlledIdl.h.


The documentation for this struct was generated from the following files: