|
PaCO++
0.05
|
#include <IdentityIdl.h>
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 |
Definition at line 62 of file IdentityIdl.h.
| typedef _CORBA_ConstrType_Fix_Var<IdentityDescr> IdentityDescr::_var_type |
Definition at line 63 of file IdentityIdl.h.
| 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;
}
| CORBA::Long IdentityDescr::llen |
Definition at line 66 of file IdentityIdl.h.