PaCO++  0.05
ControlledDescr Struct Reference

#include <ControlledIdl.h>

Collaboration diagram for ControlledDescr:
Collaboration graph

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

◆ _lens_seq

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

Definition at line 68 of file ControlledIdl.h.

◆ _var_type

typedef _CORBA_ConstrType_Variable_Var<ControlledDescr> ControlledDescr::_var_type

Definition at line 63 of file ControlledIdl.h.

Member Function Documentation

◆ operator<<=()

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

Definition at line 26 of file ControlledIdl.cc.

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

27 {
28  (CORBA::ULong&)llen <<= _n;
29  (_CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &)lens <<= _n;
30 
31 }
_lens_seq lens
Definition: ControlledIdl.h:69
CORBA::ULong llen
Definition: ControlledIdl.h:66

◆ operator>>=()

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

Definition at line 18 of file ControlledIdl.cc.

19 {
20  llen >>= _n;
21  (const _CORBA_Unbounded_Sequence_w_FixSizeElement< CORBA::Long, 4, 4 > &) lens >>= _n;
22 
23 }
_lens_seq lens
Definition: ControlledIdl.h:69
CORBA::ULong llen
Definition: ControlledIdl.h:66

Member Data Documentation

◆ lens

_lens_seq ControlledDescr::lens

Definition at line 69 of file ControlledIdl.h.

◆ llen

CORBA::ULong ControlledDescr::llen

Definition at line 66 of file ControlledIdl.h.


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