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
-
Constructs an any.
o CORBAAny
-
Constructs a CORBAAny from a CATUnicodeString.
o CORBAAny
-
Constructs a CORBAAny from a short.
o CORBAAny
-
Constructs a CORBAAny from a CATLONG32.
o CORBAAny
-
Constructs a CORBAAny from a char*.
o CORBAAny
-
Copy constructor.
- Parameters:
-
- iAny
- The any to copy
o CORBAAny
public CORBAAny( | const char* | ) |
-
Constructs a CORBAAny from a double.
o CORBAAny
-
Constructs a CORBAAny from a CATULONG32 .
o CORBAAny
-
Constructs a CORBAAny from a short.
o CORBAAny
public CORBAAny( | unsigned | short) |
-
Constructs a CORBAAny from a unsigned short.
o ~CORBAAny
-
Methods
o operator !
-
Not operator.
- Returns:
-
TRUE
if everything ran ok, otherwise FALSE.
o operator !=
-
Inequality operator.
- Returns:
-
TRUE
if everything ran ok, otherwise FALSE.
o 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 >>
-
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a CATLONG32: corbaVal >> longVal.
- Returns:
-
TRUE
if everything ran ok, otherwise FALSE.
o 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 >>
-
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a CATUnicodeString: corbaVal >> catUniCodeVal.
- Returns:
-
TRUE
if everything ran ok, otherwise FALSE.
o 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 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 >>
-
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 >>
-
Bitwise right shift operator.
Role: Assigns a CORBAAny value to a char*: corbaVal >> charVal.
- Returns:
-
TRUE
if everything ran ok, otherwise FALSE.
o 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 >>
-
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 <<
-
Bitwise left shift operator.
Role: Assigns a CATBaseUnknown* value to a CORBAAny: corbaVal << pObject.
o operator <<
-
Bitwise left shift operator.
Role: Assigns a CATLONG32 value to a CORBAAny: corbaVal << longVal.
o operator <<
-
Bitwise left shift operator.
Role: Assigns an CATULONG32 value to a CORBAAny: corbaVal << uLongVal.
o operator <<
-
Bitwise left shift operator.
Role: Assigns a CATUnicodeString value to a CORBAAny: corbaVal << catUniCodeVal.
o operator <<
-
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 <<
-
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 =
-
Assignment operator.
- Parameters:
-
- iAny
- The any to assign to the current one
- Returns:
- The any resulting from the assignment
o operator ==
-
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