TAO_AnyTypeCode 4.0.1
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
Any.h File Reference
#include "tao/AnyTypeCode/TAO_AnyTypeCode_Export.h"
#include "tao/AnyTypeCode/AnyTypeCode_methods.h"
#include "tao/Pseudo_VarOut_T.h"
#include "tao/Arg_Traits_T.h"
#include "tao/Object.h"
#include "ace/CDR_Stream.h"
#include "tao/AnyTypeCode/Any.inl"

Classes

class  CORBA::Any
 Generic container for IDL types. More...
 
struct  CORBA::Any::to_object
 These are not in ACE. More...
 
struct  CORBA::Any::to_abstract_base
 
struct  CORBA::Any::to_value
 
class  CORBA::Any_var
 Provide for automatic storage deallocation on going out of scope. More...
 
class  CORBA::Any_out
 CORBA::Any_out. More...
 

Namespaces

namespace  TAO
 
namespace  CORBA
 

Typedefs

typedef AnyCORBA::Any_ptr
 
typedef TypeCodeCORBA::TypeCode_ptr
 
typedef AbstractBase * CORBA::AbstractBase_ptr
 

Functions

TAO_AnyTypeCode_Export CORBA::Boolean operator<< (TAO_OutputCDR &, const CORBA::Any &)
 
TAO_AnyTypeCode_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::Any &)
 
void CORBA::operator<<= (CORBA::Any &, CORBA::Short)
 Typesafe insertion.
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::UShort us)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::Long l)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::ULong ul)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::LongLong ll)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::ULongLong ull)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::Float f)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::Double d)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::LongDouble ld)
 
void CORBA::operator<<= (CORBA::Any &any, const CORBA::Any &a)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::Any *a)
 
void CORBA::operator<<= (CORBA::Any &any, const char *s)
 
void CORBA::operator<<= (CORBA::Any &any, const CORBA::WChar *ws)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::TypeCode_ptr tc)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::TypeCode_ptr *tc)
 
void CORBA::operator<<= (CORBA::Any &any, const CORBA::Object_ptr obj)
 
void CORBA::operator<<= (CORBA::Any &any, CORBA::Object_ptr *objptr)
 
void CORBA::operator<<= (CORBA::Any &any, const std::string &str)
 
void CORBA::operator<<= (CORBA::Any &, std::string *)
 
void CORBA::operator<<= (CORBA::Any &any, const std::wstring &str)
 
void CORBA::operator<<= (CORBA::Any &, std::wstring *)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &, CORBA::Short &)
 Typesafe extraction.
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::UShort &us)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::Long &l)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::ULong &ul)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::LongLong &ll)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::ULongLong &ull)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::Float &f)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::Double &d)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::LongDouble &ld)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, const CORBA::Any *&a)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, CORBA::TypeCode_ptr &tc)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, const CORBA::Char *&s)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, const CORBA::WChar *&ws)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, std::string &str)
 
CORBA::Boolean CORBA::operator>>= (const CORBA::Any &any, std::wstring &str)
 

Detailed Description

Author
Carlos O'Ryan
Jeff Parsons

Function Documentation

◆ operator<<()

TAO_AnyTypeCode_Export CORBA::Boolean operator<< ( TAO_OutputCDR & cdr,
const CORBA::Any & any )

◆ operator>>()