This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
||||||||||||
|
Definition at line 304 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00306 {
00307 return
00308 os.fragment_stream ((sizeof (CORBA::WChar) == 2
00309 ? ACE_CDR::SHORT_ALIGN
00310 : ACE_CDR::LONG_ALIGN),
00311 sizeof (CORBA::WChar))
00312 && static_cast<ACE_OutputCDR &> (os) << x;
00313 }
|
|
||||||||||||
|
Definition at line 295 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00297 {
00298 return
00299 os.fragment_stream (ACE_CDR::OCTET_ALIGN,
00300 sizeof (char))
00301 && static_cast<ACE_OutputCDR &> (os) << x;
00302 }
|
|
||||||||||||
|
Definition at line 286 of file CDR.inl. References ACE_INLINE, CORBA::Double, and TAO_OutputCDR::fragment_stream().
00288 {
00289 return
00290 os.fragment_stream (ACE_CDR::LONGLONG_ALIGN,
00291 sizeof (CORBA::Double))
00292 && static_cast<ACE_OutputCDR &> (os) << x;
00293 }
|
|
||||||||||||
|
Definition at line 277 of file CDR.inl. References ACE_INLINE, CORBA::Float, and TAO_OutputCDR::fragment_stream().
00279 {
00280 return
00281 os.fragment_stream (ACE_CDR::LONG_ALIGN,
00282 sizeof (CORBA::Float))
00283 && static_cast<ACE_OutputCDR &> (os) << x;
00284 }
|
|
||||||||||||
|
Definition at line 268 of file CDR.inl. References ACE_INLINE, TAO_OutputCDR::fragment_stream(), and CORBA::LongDouble.
00270 {
00271 return
00272 os.fragment_stream (ACE_CDR::LONGDOUBLE_ALIGN,
00273 sizeof (CORBA::LongDouble))
00274 && static_cast<ACE_OutputCDR &> (os) << x;
00275 }
|
|
||||||||||||
|
Definition at line 259 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00261 {
00262 return
00263 os.fragment_stream (ACE_CDR::LONGLONG_ALIGN,
00264 sizeof (CORBA::ULongLong))
00265 && static_cast<ACE_OutputCDR &> (os) << x;
00266 }
|
|
||||||||||||
|
Definition at line 250 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00252 {
00253 return
00254 os.fragment_stream (ACE_CDR::LONGLONG_ALIGN,
00255 sizeof (CORBA::LongLong))
00256 && static_cast<ACE_OutputCDR &> (os) << x;
00257 }
|
|
||||||||||||
|
Definition at line 241 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00243 {
00244 return
00245 os.fragment_stream (ACE_CDR::LONG_ALIGN,
00246 sizeof (CORBA::ULong))
00247 && static_cast<ACE_OutputCDR &> (os) << x;
00248 }
|
|
||||||||||||
|
Definition at line 232 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00234 {
00235 return
00236 os.fragment_stream (ACE_CDR::LONG_ALIGN,
00237 sizeof (CORBA::Long))
00238 && static_cast<ACE_OutputCDR &> (os) << x;
00239 }
|
|
||||||||||||
|
Definition at line 223 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00225 {
00226 return
00227 os.fragment_stream (ACE_CDR::SHORT_ALIGN,
00228 sizeof (CORBA::UShort))
00229 && static_cast<ACE_OutputCDR &> (os) << x;
00230 }
|
|
||||||||||||
|
Definition at line 214 of file CDR.inl. References ACE_INLINE, and TAO_OutputCDR::fragment_stream().
00216 {
00217 return
00218 os.fragment_stream (ACE_CDR::SHORT_ALIGN,
00219 sizeof (CORBA::Short))
00220 && static_cast<ACE_OutputCDR &> (os) << x;
00221 }
|
|
||||||||||||
|
Definition at line 377 of file CDR.inl. References ACE_INLINE.
00379 {
00380 return static_cast<ACE_InputCDR &> (is) >> x;
00381 }
|
|
||||||||||||
|
Definition at line 371 of file CDR.inl. References ACE_INLINE.
00373 {
00374 return static_cast<ACE_InputCDR &> (is) >> x;
00375 }
|
|
||||||||||||
|
Definition at line 365 of file CDR.inl. References ACE_INLINE, and CORBA::Double.
00367 {
00368 return static_cast<ACE_InputCDR &> (is) >> x;
00369 }
|
|
||||||||||||
|
Definition at line 359 of file CDR.inl. References ACE_INLINE, and CORBA::Float.
00361 {
00362 return static_cast<ACE_InputCDR &> (is) >> x;
00363 }
|
|
||||||||||||
|
Definition at line 353 of file CDR.inl. References ACE_INLINE, and CORBA::LongDouble.
00355 {
00356 return static_cast<ACE_InputCDR &> (is) >> x;
00357 }
|
|
||||||||||||
|
Definition at line 347 of file CDR.inl. References ACE_INLINE.
00349 {
00350 return static_cast<ACE_InputCDR &> (is) >> x;
00351 }
|
|
||||||||||||
|
Definition at line 341 of file CDR.inl. References ACE_INLINE.
00343 {
00344 return static_cast<ACE_InputCDR &> (is) >> x;
00345 }
|
|
||||||||||||
|
Definition at line 335 of file CDR.inl. References ACE_INLINE.
00337 {
00338 return static_cast<ACE_InputCDR &> (is) >> x;
00339 }
|
|
||||||||||||
|
Definition at line 329 of file CDR.inl. References ACE_INLINE.
00331 {
00332 return static_cast<ACE_InputCDR&> (is) >> x;
00333 }
|
|
||||||||||||
|
Definition at line 323 of file CDR.inl. References ACE_INLINE.
00325 {
00326 return static_cast<ACE_InputCDR &> (is) >> x;
00327 }
|
|
||||||||||||
|
Definition at line 317 of file CDR.inl. References ACE_INLINE.
00319 {
00320 return static_cast<ACE_InputCDR &> (is) >> x;
00321 }
|
1.3.6