All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

ObjectModelerSystem Class CORBAAny

CORBAAny
 

Usage: you must use this class as is. You should never derive it.


public class CORBAAny

Class to define generic types of objects.


Constructor and Destructor Index


o CORBAAny()
Constructs an any.
o CORBAAny(CATBaseUnknown*)
Constructs a CORBAAny from a CATUnicodeString.
o CORBAAny(CATLONG32)
Constructs a CORBAAny from a short.
o CORBAAny(CATULONG32)
Constructs a CORBAAny from a CATLONG32.
o CORBAAny(CATUnicodeString&)
Constructs a CORBAAny from a char*.
o CORBAAny(CORBAAny&)
Copy constructor.
o CORBAAny(char*)
Constructs a CORBAAny from a double.
o CORBAAny(double)
Constructs a CORBAAny from a CATULONG32 .
o CORBAAny(short)
Constructs a CORBAAny from a short.
o CORBAAny(unsigned)
Constructs a CORBAAny from a unsigned short.
o ~CORBAAny()

Method Index


o operator !()
Not operator.
o operator !=(CORBAAny&)
Inequality operator.
o operator >>(CATBaseUnknown*&)
Bitwise right shift operator.
o operator >>(CATLONG32&)
Bitwise right shift operator.
o operator >>(CATULONG32&)
Bitwise right shift operator.
o operator >>(CATUnicodeString&)
Bitwise right shift operator.
o operator >>(CORBAAny&)
Bitwise right shift operator.
o operator >>(_SEQUENCE_CORBAAny&)
Bitwise right shift operator.
o operator >>(_SEQUENCE_octet&)
Bitwise right shift operator.
o operator >>(char*&)
Bitwise right shift operator.
o operator >>(double&)
Bitwise right shift operator.
o operator >>(short&)
Bitwise right shift operator.
o operator >>(unsigned &)
Bitwise right shift operator.
o operator <<(CATBaseUnknown*)
Bitwise left shift operator.
o operator <<(CATLONG32)
Bitwise left shift operator.
o operator <<(CATULONG32)
Bitwise left shift operator.
o operator <<(CATUnicodeString&)
Bitwise left shift operator.
o operator <<(CORBAAny&)
Bitwise left shift operator.
o operator <<(_SEQUENCE_CORBAAny&)
Bitwise left shift operator.
o operator <<(_SEQUENCE_octet&)
Bitwise left shift operator.
o operator <<(char*)
Bitwise left shift operator.
o operator <<(double)
Bitwise left shift operator.
o operator <<(short)
Bitwise left shift operator.
o operator <<(unsigned)
Bitwise left shift operator.
o operator =(CORBAAny&)
Assignment operator.
o operator ==(CORBAAny&)
Equality operator.
o operator const CATBaseUnknown*()
CATBaseUnknown operator.

Constructor and Destructor


o CORBAAny
public CORBAAny()
Constructs an any.
o CORBAAny
public CORBAAny(CATBaseUnknown* )
Constructs a CORBAAny from a CATUnicodeString.
o CORBAAny
public CORBAAny(CATLONG32 )
Constructs a CORBAAny from a short.
o CORBAAny
public CORBAAny(CATULONG32 )
Constructs a CORBAAny from a CATLONG32.
o CORBAAny
public CORBAAny( const CATUnicodeString& )
Constructs a CORBAAny from a char*.
o CORBAAny
public CORBAAny( const CORBAAny& iAny)
Copy constructor.
Parameters:
iAny
The any to copy
o CORBAAny
public CORBAAny( const char* )
Constructs a CORBAAny from a double.
o CORBAAny
public CORBAAny(double )
Constructs a CORBAAny from a CATULONG32 .
o CORBAAny
public CORBAAny(short )
Constructs a CORBAAny from a short.
o CORBAAny
public CORBAAny(unsigned short)
Constructs a CORBAAny from a unsigned short.
o ~CORBAAny
public ~CORBAAny()

Methods


o operator !
public CATBoolean operator !()const
Not operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator !=
public CATBoolean operator !=( const CORBAAny& ) const
Inequality operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(CATBaseUnknown*& )const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a CATBaseUnknown*: corbaVal >> pObject.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(CATLONG32& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a CATLONG32: corbaVal >> longVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(CATULONG32& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to an CATULONG32 : corbaVal >> uLongVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(CATUnicodeString& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a CATUnicodeString: corbaVal >> catUniCodeVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(CORBAAny& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to another CORBAAny: corbaVal1 >> corbaVal2.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(_SEQUENCE_CORBAAny& )const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a _SEQUENCE_CORBAAny: corbaVal >> seqCorbaVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(_SEQUENCE_octet& )const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a _SEQUENCE_octet: corbaVal >> seqOctetVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(char*& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a char*: corbaVal >> charVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(double& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a double: corbaVal >> doubleVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(short& ) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a short: corbaVal >> shortVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator >>
public CATBoolean operator >>(unsigned & short) const
Bitwise right shift operator.
Role: Assigns a CORBAAny value to an unsigned short: corbaVal >> uShortVal.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator <<
public void operator <<( const CATBaseUnknown* )
Bitwise left shift operator.
Role: Assigns a CATBaseUnknown* value to a CORBAAny: corbaVal << pObject.
o operator <<
public void operator <<(CATLONG32 )
Bitwise left shift operator.
Role: Assigns a CATLONG32 value to a CORBAAny: corbaVal << longVal.
o operator <<
public void operator <<(CATULONG32 )
Bitwise left shift operator.
Role: Assigns an CATULONG32 value to a CORBAAny: corbaVal << uLongVal.
o operator <<
public void operator <<( const CATUnicodeString& )
Bitwise left shift operator.
Role: Assigns a CATUnicodeString value to a CORBAAny: corbaVal << catUniCodeVal.
o operator <<
public void operator <<( const CORBAAny& )
Bitwise left shift operator.
Role: Assigns a CORBAAny value to another CORBAAny: corbaVal2 << corbaVal1.
o operator <<
public void operator <<( const _SEQUENCE_CORBAAny& )
Bitwise left shift operator.
Role: Assigns a _SEQUENCE_CORBAAny value to a CORBAAny: corbaVal << seqCorbaVal.
o operator <<
public void operator <<( const _SEQUENCE_octet& )
Bitwise left shift operator.
Role: Assigns a _SEQUENCE_octet value to a CORBAAny: corbaVal << seqOctetVal.
o operator <<
public void operator <<( const char* )
Bitwise left shift operator.
Role: Assigns a char* value to a CORBAAny: corbaVal << charVal.
o operator <<
public void operator <<(double )
Bitwise left shift operator.
Role: Assigns a double value to a CORBAAny: corbaVal << doubleVal.
o operator <<
public void operator <<(short )
Bitwise left shift operator.
Role: Assigns a short value to a CORBAAny: corbaVal << shortVal.
o operator <<
public void operator <<(unsigned short)
Bitwise left shift operator.
Role: Assigns an unsigned short value to a CORBAAny: corbaVal << uShortVal.
o operator =
public CORBAAny& operator =( const CORBAAny& iAny)
Assignment operator.
Parameters:
iAny
The any to assign to the current one
Returns:
The any resulting from the assignment
o operator ==
public CATBoolean operator ==( const CORBAAny& ) const
Equality operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator const CATBaseUnknown*
public operator const CATBaseUnknown*()const
CATBaseUnknown operator.
Role: Allows the assignment and retrieval of a CATBaseUnknown* in a CORBAAny*: pCATBaseUnknown = pCORBAAny to save a CORBAAny to a CATBaseUnknown or pCORBAAny = pCATBaseUnknown to save a CATBaseUnknown to a CORBAAny.

This object is included in the file: CORBAAnyDef.h
If needed, your Imakefile.mk should include the module: ObjectModelerSystem

Copyright © 2003, Dassault Systèmes. All rights reserved.