import "GIOP.pidl";
Collaboration diagram for GIOP::TargetAddress:

|
|
|
|
|
|
|
|
Definition at line 81 of file GIOPC.cpp. References disc_, and ACE_OS::memset().
00082 {
00083 ACE_OS::memset (&this->disc_, 0, sizeof (this->disc_));
00084 ACE_OS::memset (&this->u_, 0, sizeof (this->u_));
00085 this->disc_ = -32768;
00086 }
|
|
|
|
|
|
Definition at line 143 of file GIOPC.cpp. References _reset().
00144 {
00145 // Finalize.
00146 this->_reset ();
00147 }
|
|
|
Definition at line 59 of file GIOPC.inl. References disc_.
00060 {
00061 return this->disc_;
00062 }
|
|
|
Definition at line 51 of file GIOPC.inl. References disc_. Referenced by operator<<(), and operator>>().
00052 {
00053 this->disc_ = discval;
00054 }
|
|
|
Definition at line 43 of file GIOPC.inl. References disc_.
00044 {
00045 this->disc_ = -32768;
00046 }
|
|
|
Definition at line 225 of file GIOPC.cpp. Referenced by ~TargetAddress().
00226 {
00227 switch (this->disc_)
00228 {
00229
00230 case 0:
00231 delete this->u_.object_key_;
00232 this->u_.object_key_ = 0;
00233 break;
00234 case 1:
00235 delete this->u_.profile_;
00236 this->u_.profile_ = 0;
00237 break;
00238 case 2:
00239 delete this->u_.ior_;
00240 this->u_.ior_ = 0;
00241 break;
00242 default:
00243 break;
00244 }
00245 }
|
|
|
Definition at line 149 of file GIOPC.cpp.
00150 {
00151 TargetAddress *tmp =
00152 static_cast<TargetAddress *> (_tao_void_pointer);
00153 delete tmp;
00154 }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 213 of file GIOPC.h. Referenced by _d(), _default(), _reset(), and TargetAddress(). |
|
|
|
|
|
Definition at line 158 of file GIOPC.inl. Referenced by operator<<(), and operator>>().
00159 {
00160 return *this->u_.ior_;
00161 }
|
|
|
|
|
|
Definition at line 92 of file GIOPC.inl. Referenced by operator<<(), and operator>>().
00093 {
00094 return *this->u_.object_key_;
00095 }
|
|
|
|
|
|
Definition at line 125 of file GIOPC.inl. Referenced by operator<<(), and operator>>().
00126 {
00127 return *this->u_.profile_;
00128 }
|
|
|
|
|
|
Referenced by _reset(). |
1.3.6