PaCO++  0.05
IdentityDescr Struct Reference

#include <IdentityIdl.h>

Collaboration diagram for IdentityDescr:
Collaboration graph

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

◆ _var_type

typedef _CORBA_ConstrType_Fix_Var<IdentityDescr> IdentityDescr::_var_type

Definition at line 63 of file IdentityIdl.h.

Member Function Documentation

◆ operator<<=()

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

Definition at line 25 of file IdentityIdl.cc.

References IdentityLib::IdentityDescr::llen.

26 {
27  (CORBA::Long&)llen <<= _n;
28 
29 }
CORBA::Long llen
Definition: IdentityIdl.h:66

◆ operator>>=()

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

Definition at line 18 of file IdentityIdl.cc.

19 {
20  llen >>= _n;
21 
22 }
CORBA::Long llen
Definition: IdentityIdl.h:66

Member Data Documentation

◆ llen

CORBA::Long IdentityDescr::llen

Definition at line 66 of file IdentityIdl.h.


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