|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
org::omg::CORBA::Any Class Reference#include <Any.h>
Inheritance diagram for org::omg::CORBA::Any:
List of all members.
Constructor & Destructor Documentation
org::omg::CORBA::Any::Any |
( |
|
) |
[inline] |
|
org::omg::CORBA::Any::Any |
( |
const ScriptVar & |
v |
) |
|
|
Member Function Documentation
bool org::omg::CORBA::Any::equal |
( |
IN(RAny) |
a |
) |
|
|
RAny org::omg::CORBA::Any::extract_any |
( |
|
) |
|
|
bool org::omg::CORBA::Any::extract_boolean |
( |
|
) |
|
|
char org::omg::CORBA::Any::extract_char |
( |
|
) |
|
|
double org::omg::CORBA::Any::extract_double |
( |
|
) |
|
|
float org::omg::CORBA::Any::extract_float |
( |
|
) |
|
|
int org::omg::CORBA::Any::extract_long |
( |
|
) |
|
|
jlong org::omg::CORBA::Any::extract_longlong |
( |
|
) |
|
|
byte org::omg::CORBA::Any::extract_octet |
( |
|
) |
|
|
short org::omg::CORBA::Any::extract_short |
( |
|
) |
|
|
RString org::omg::CORBA::Any::extract_string |
( |
|
) |
|
|
RTypeCode org::omg::CORBA::Any::extract_TypeCode |
( |
|
) |
|
|
int org::omg::CORBA::Any::extract_ulong |
( |
|
) |
|
|
jlong org::omg::CORBA::Any::extract_ulonglong |
( |
|
) |
|
|
short org::omg::CORBA::Any::extract_ushort |
( |
|
) |
|
|
void org::omg::CORBA::Any::insert_any |
( |
IN(RAny) |
a |
) |
|
|
void org::omg::CORBA::Any::insert_boolean |
( |
bool |
b |
) |
|
|
void org::omg::CORBA::Any::insert_char |
( |
char |
c |
) |
|
|
void org::omg::CORBA::Any::insert_double |
( |
double |
d |
) |
|
|
void org::omg::CORBA::Any::insert_float |
( |
float |
f |
) |
|
|
void org::omg::CORBA::Any::insert_long |
( |
int |
l |
) |
|
|
void org::omg::CORBA::Any::insert_longlong |
( |
jlong |
l |
) |
|
|
void org::omg::CORBA::Any::insert_octet |
( |
byte |
b |
) |
|
|
void org::omg::CORBA::Any::insert_short |
( |
short |
s |
) |
|
|
void org::omg::CORBA::Any::insert_string |
( |
IN(RString) |
s |
) |
|
|
void org::omg::CORBA::Any::insert_TypeCode |
( |
IN(RTypeCode) |
t |
) |
|
|
void org::omg::CORBA::Any::insert_ulong |
( |
int |
l |
) |
|
|
void org::omg::CORBA::Any::insert_ulonglong |
( |
jlong |
l |
) |
|
|
void org::omg::CORBA::Any::insert_ushort |
( |
short |
s |
) |
|
|
ScriptVar& org::omg::CORBA::Any::scriptVar |
( |
|
) |
[inline] |
|
TCKind org::omg::CORBA::Any::scriptVarType2TCKind |
( |
const ScriptVar & |
sv |
) |
[static] |
|
TCKind org::omg::CORBA::Any::tckind |
( |
|
) |
[inline] |
|
void org::omg::CORBA::Any::type |
( |
IN(RTypeCode) |
t |
) |
|
|
Member Data Documentation
|
|