#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 StringSeqC.h:

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

Go to the source code of this file.
Namespaces | |
| namespace | CORBA | 
| namespace | TAO | 
Defines | |
| #define | TAO_EXPORT_MACRO TAO_Export | 
| #define | _CORBA_STRINGSEQ_CH_ | 
Functions | |
| TAO_Export CORBA::Boolean | operator<< (TAO_OutputCDR &, const CORBA::StringSeq &) | 
| TAO_Export CORBA::Boolean | operator>> (TAO_InputCDR &, CORBA::StringSeq &) | 
      
  | 
  
| 
 
 Definition at line 67 of file StringSeqC.h.  | 
  
      
  | 
  
| 
 
 Definition at line 53 of file StringSeqC.h.  | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 99 of file StringSeqC.cpp. References TAO::marshal_sequence(). 
 00103 {
00104   return TAO::marshal_sequence(strm, _tao_sequence);
00105 }
 | 
  
      
  | 
  ||||||||||||
| 
 
 Definition at line 107 of file StringSeqC.cpp. References TAO::demarshal_sequence(). 
 00111 {
00112   return TAO::demarshal_sequence(strm, _tao_sequence);
00113 }
 | 
  
 
1.3.6