All Frameworks  Class Hierarchy  This Framework  Indexes   

ObjectModelerSystem Class 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()
o CORBAAny(char*)
Constructs a CORBAAny from a double.
o CORBAAny(short)
Constructs a CORBAAny from a short.
o CORBAAny(double)
Constructs a CORBAAny from a CATULONG32 .
o CORBAAny(CATLONG32)
Constructs a CORBAAny from a short.
o CORBAAny(unsigned)
Constructs a CORBAAny from a unsigned short.
o CORBAAny(CATULONG32)
Constructs a CORBAAny from a CATLONG32.
o CORBAAny(CORBAAny&)
Copy constructor.
o CORBAAny(CATBaseUnknown*)
Constructs a CORBAAny from a CATUnicodeString.
o CORBAAny(CATUnicodeString&)
Constructs a CORBAAny from a char*.

Method Index


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

Constructor and Destructor


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

Methods


o operator !
public operator !()
Not operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator =
public operator =( const iAny)
Assignment operator.
Parameters:
iAny
The any to assign to the current one
Returns:
The any resulting from the assignment
o operator !=
public operator !=( const )
Inequality operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator ==
public operator ==( const )
Equality operator.
Returns:
TRUE if everything ran ok, otherwise FALSE.
o operator const CATBaseUnknown*
public operator const CATBaseUnknown*()
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.
o operator >>
public operator >>( )
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 operator >>( )
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 operator >>( )
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 operator >>( )
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 operator >>( )
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 operator >>( short)
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 operator >>( )
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 operator >>( )
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 operator >>( )
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 operator >>( )
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 operator >>( )
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 operator <<( const )
Bitwise left shift operator.
Role: Assigns a char* value to a CORBAAny: corbaVal << charVal.
o operator <<
public operator <<( )
Bitwise left shift operator.
Role: Assigns a short value to a CORBAAny: corbaVal << shortVal.
o operator <<
public operator <<( )
Bitwise left shift operator.
Role: Assigns a double value to a CORBAAny: corbaVal << doubleVal.
o operator <<
public operator <<( )
Bitwise left shift operator.
Role: Assigns a CATLONG32 value to a CORBAAny: corbaVal << longVal.
o operator <<
public operator <<( short)
Bitwise left shift operator.
Role: Assigns an unsigned short value to a CORBAAny: corbaVal << uShortVal.
o operator <<
public operator <<( )
Bitwise left shift operator.
Role: Assigns an CATULONG32 value to a CORBAAny: corbaVal << uLongVal.
o operator <<
public operator <<( const )
Bitwise left shift operator.
Role: Assigns a CORBAAny value to another CORBAAny: corbaVal2 << corbaVal1.
o operator <<
public operator <<( const )
Bitwise left shift operator.
Role: Assigns a CATBaseUnknown* value to a CORBAAny: corbaVal << pObject.
o operator <<
public operator <<( const )
Bitwise left shift operator.
Role: Assigns a _SEQUENCE_octet value to a CORBAAny: corbaVal << seqOctetVal.
o operator <<
public operator <<( const )
Bitwise left shift operator.
Role: Assigns a CATUnicodeString value to a CORBAAny: corbaVal << catUniCodeVal.
o operator <<
public operator <<( const )
Bitwise left shift operator.
Role: Assigns a _SEQUENCE_CORBAAny value to a CORBAAny: corbaVal << seqCorbaVal.

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.