#include <Value_TypeCode_Static.h>
List of all members.
template<>
class TAO::TypeCode::Value< char const *, CORBA::TypeCode_ptr const *, Value_Field< char const *, CORBA::TypeCode_ptr const * > const *, TAO::Null_RefCount_Policy >
Constructor & Destructor Documentation
| TAO::TypeCode::Value< char const *, CORBA::TypeCode_ptr const *, Value_Field< char const *, CORBA::TypeCode_ptr const * > const *, TAO::Null_RefCount_Policy >::Value |
( |
CORBA::TCKind |
kind, |
|
|
char const * |
id, |
|
|
char const * |
name, |
|
|
CORBA::ValueModifier |
modifier, |
|
|
CORBA::TypeCode_ptr const * |
concrete_base, |
|
|
Value_Field< char const *, CORBA::TypeCode_ptr const * > const * |
fields, |
|
|
CORBA::ULong |
nfields |
|
) |
| |
Member Function Documentation
Marshal this TypeCode into a CDR output stream.
Marshal this TypeCode into the cdr output CDR stream, excluding the TypeCode kind. Existing cdr contents will not be altered. The marshaled TypeCode will be appended to the given cdr CDR output stream.
- Parameters:
-
| cdr | Output CDR stream into which the TypeCode will be marshaled. |
| offset | Number of bytes currently in the output CDR stream, including the top-level TypeCode TCKind. This argument is useful for recursive TypeCodes. TypeCodes that contain other TypeCodes should pass an updated offset value to the marshaling operation for those contained TypeCodes. |
- Returns:
true if marshaling was successful.
- Note:
- This is a TAO-specific method that is not part of the standard
CORBA::TypeCode interface.
-
If this method returns false, the contents of the cdr output CDR stream are undefined.
Implements CORBA::TypeCode.
Member Data Documentation
Valuetype Attributes
Attributes representing the structure of an OMG IDL valuetype or event.
- Note:
- These attributes are declared in the order in which they are marshaled into a CDR stream in order to increase cache hits by improving spatial locality. Base attributes containing repository ID and name of
valuetype.
The TypeCode corresponding to the concrete base valuetype or eventtype.
Array of TAO::TypeCode fields representing structure of the OMG IDL defined value.
The number of fields in the OMG IDL value.
The ValueModifier of the valuetype of eventtype represented by this TypeCode.
The documentation for this class was generated from the following file: