Lines Matching refs:TypeCode

63     * After creation of an uninitialized DynAny (that is, a DynAny that has no value but a TypeCode
104 * A type is consistent for inserting or extracting a value if its TypeCode is equivalent to
105 * the TypeCode contained in the DynAny or, if the DynAny has components, is equivalent to the TypeCode
122 * Returns the TypeCode associated with this DynAny object.
123 * A DynAny object is created with a TypeCode value assigned to it.
124 * This TypeCode value determines the type of the value handled through the DynAny object.
125 * Note that the TypeCode associated with a DynAny object is initialized at the time the
128 * @return The TypeCode associated with this DynAny object
130 CORBA::TypeCode type();
157 * A copy of the TypeCode associated with the DynAny object is assigned to the resulting any.
160 * @return a new Any object with the same value and TypeCode
301 * Inserts a TypeCode object into the DynAny.
306 void insert_typecode(in CORBA::TypeCode value)
501 * Extracts the TypeCode object from this DynAny.
508 CORBA::TypeCode get_typecode()
640 * based on the TypeCode to get the interface corresponding to the to the complex type.
764 * This operation may return an empty string since the TypeCode of the value being
786 * as indicated by the DynStruct's TypeCode. The current position is not affected.
787 * The member names in the returned sequence will be empty strings if the DynStruct's TypeCode
797 * of the struct as indicated by the DynStruct's TypeCode or they must be empty strings.
801 * corresponding member name in the DynStruct's TypeCode and they are not empty strings
803 * with the number of members as indicated by the DynStruct's TypeCode
812 * as indicated by the DynStruct's TypeCode. The current position is not affected.
813 * The member names in the returned sequence will be empty strings if the DynStruct's TypeCode
823 * of the struct as indicated by the DynStruct's TypeCode or they must be empty strings.
827 * corresponding member name in the DynStruct's TypeCode and they are not empty strings
829 * with the number of members as indicated by the DynStruct's TypeCode
865 * @exception TypeMismatch if the TypeCode of the parameter is not equivalent to the TypeCode
900 * Returns the TCKind value of the discriminators TypeCode.
905 * Returns the TCKind value of the currently active members TypeCode.
923 * Returns the name of the currently active member. If the unions TypeCode does not contain
980 * @exception TypeMismatch if value contains one or more elements whose TypeCode is not equivalent
981 * to the element TypeCode of the DynSequence
997 * @exception TypeMismatch if value contains one or more elements whose TypeCode is not equivalent
998 * to the element TypeCode of the DynSequence
1007 * Note that the dimension of the array is contained in the TypeCode which is accessible
1021 * @exception TypeMismatch if one or more elements have a type that is inconsistent with the DynArrays TypeCode
1035 * @exception TypeMismatch if one or more elements have a type that is inconsistent with the DynArrays TypeCode
1081 * This operation may return an empty string since the TypeCode of the value being
1103 * as indicated by the DynValue's TypeCode. The current position is not affected.
1104 * The member names in the returned sequence will be empty strings if the DynValue's TypeCode
1118 * of the value type as indicated by the DynValue's TypeCode or they must be empty strings.
1122 * corresponding member name in the DynValue's TypeCode and they are not empty strings
1124 * with the number of members as indicated by the DynValue's TypeCode
1133 * as indicated by the DynValue's TypeCode. The current position is not affected.
1134 * The member names in the returned sequence will be empty strings if the DynValue's TypeCode
1148 * of the value type as indicated by the DynValue's TypeCode or they must be empty strings.
1152 * corresponding member name in the DynValue's TypeCode and they are not empty strings
1154 * with the number of members as indicated by the DynValue's TypeCode
1222 * passing the TypeCode associated with the value to be created. The returned reference is narrowed to one of
1233 * A copy of the TypeCode associated with the any value is assigned to the resulting DynAny object.
1238 * @exception InconsistentTypeCode if value has a TypeCode with a TCKind of tk_Principal,
1245 * Creates a DynAny from a TypeCode. Depending on the TypeCode, the created object may be of type DynAny,
1247 * In all cases, a DynAny constructed from a TypeCode has an initial default value.
1262 * to the first enumerator value indicated by the TypeCode.
1275 DynAny create_dyn_any_from_type_code(in CORBA::TypeCode type)