PaCO++  0.05
IdentityDescr Struct Reference

#include <IdentityIdl.h>

List of all members.

Public Types

typedef
_CORBA_ConstrType_Fix_Var
< IdentityDescr
_var_type

Public Member Functions

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

Public Attributes

CORBA::Long llen

Detailed Description

Definition at line 62 of file IdentityIdl.h.


Member Typedef Documentation

typedef _CORBA_ConstrType_Fix_Var<IdentityDescr> IdentityDescr::_var_type

Definition at line 63 of file IdentityIdl.h.


Member Function Documentation

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

Definition at line 25 of file IdentityIdl.cc.

References IdentityLib::IdentityDescr::llen.

{
  (CORBA::Long&)llen <<= _n;

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

Definition at line 18 of file IdentityIdl.cc.

{
  llen >>= _n;

}

Member Data Documentation

CORBA::Long IdentityDescr::llen

Definition at line 66 of file IdentityIdl.h.


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