FloatSeqC.h File Reference

#include "ace/config-all.h"
#include "tao/TAO_Export.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
#include "tao/Sequence_T.h"
#include "tao/Seq_Var_T.h"
#include "tao/Seq_Out_T.h"

Include dependency graph for FloatSeqC.h:

Include dependency graph

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

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  CORBA
namespace  TAO

Defines

#define TAO_EXPORT_MACRO   TAO_Export
#define _CORBA_FLOATSEQ_CH_

Functions

TAO_Export::CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::FloatSeq &)
TAO_Export::CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::FloatSeq &)


Define Documentation

#define _CORBA_FLOATSEQ_CH_
 

Definition at line 67 of file FloatSeqC.h.

#define TAO_EXPORT_MACRO   TAO_Export
 

Definition at line 53 of file FloatSeqC.h.


Function Documentation

TAO_Export ::CORBA::Boolean operator<< TAO_OutputCDR ,
const CORBA::FloatSeq
 

Definition at line 105 of file FloatSeqC.cpp.

References TAO::marshal_sequence().

00109 {
00110   return TAO::marshal_sequence(strm, _tao_sequence);
00111 }

TAO_Export ::CORBA::Boolean operator>> TAO_InputCDR ,
CORBA::FloatSeq
 

Definition at line 113 of file FloatSeqC.cpp.

References TAO::demarshal_sequence().

00117 {
00118   return TAO::demarshal_sequence(strm, _tao_sequence);
00119 }


Generated on Thu Nov 9 11:58:57 2006 for TAO by doxygen 1.3.6