CIAO  1.0.8
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions
Components::Cookie Class Reference

import "CCM_CookieC.h";

Inheritance diagram for Components::Cookie:
Inheritance graph
[legend]
Collaboration diagram for Components::Cookie:
Collaboration graph
[legend]

List of all members.

Public Types

typedef Cookie_ptr_type
typedef Cookie_var _var_type
typedef Cookie_out _out_type

Public Member Functions

virtual const char * _tao_obv_repository_id (void) const
virtual void _tao_obv_truncatable_repo_ids (Repository_Id_List &) const
virtual ::CORBA::TypeCode_ptr _tao_type (void) const

Static Public Member Functions

static void _tao_any_destructor (void *)
static Cookie_downcast (::CORBA::ValueBase *v)
::CORBA::Boolean _tao_unmarshal (TAO_InputCDR &strm, Cookie *&new_object)
 TAO extensions or internals.
static const char * _tao_obv_static_repository_id (void)

Public Attributes

private CORBA::OctetSeq cookieValue

Protected Member Functions

virtual void cookieValue (const CORBA::OctetSeq &)=0
virtual const CORBA::OctetSeqcookieValue (void) const =0
virtual CORBA::OctetSeqcookieValue (void)=0
 Cookie (void)
virtual ~Cookie (void)
virtual ::CORBA::Boolean _tao_marshal_v (TAO_OutputCDR &) const
virtual ::CORBA::Boolean _tao_unmarshal_v (TAO_InputCDR &)
virtual ::CORBA::Boolean _tao_match_formal_type (ptrdiff_t) const
virtual ::CORBA::Boolean _tao_marshal__Components_Cookie (TAO_OutputCDR &, TAO_ChunkInfo &) const =0
virtual ::CORBA::Boolean _tao_unmarshal__Components_Cookie (TAO_InputCDR &, TAO_ChunkInfo &)=0

Private Member Functions

 Cookie (const Cookie &)
void operator= (const Cookie &)

Member Typedef Documentation


Constructor & Destructor Documentation

Components::Cookie::Cookie ( void  ) [protected]

Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/

Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html

Reimplemented in OBV_Components::Cookie.

Components::Cookie::~Cookie ( void  ) [protected, virtual]

Reimplemented in OBV_Components::Cookie.

Components::Cookie::Cookie ( const Cookie ) [private]

Member Function Documentation

Components::Cookie * Components::Cookie::_downcast ( ::CORBA::ValueBase *  v) [static]
void Components::Cookie::_tao_any_destructor ( void *  _tao_void_pointer) [static]
virtual ::CORBA::Boolean Components::Cookie::_tao_marshal__Components_Cookie ( TAO_OutputCDR ,
TAO_ChunkInfo &   
) const [protected, pure virtual]

Implemented in OBV_Components::Cookie.

CORBA::Boolean Components::Cookie::_tao_marshal_v ( TAO_OutputCDR strm) const [protected]
CORBA::Boolean Components::Cookie::_tao_match_formal_type ( ptrdiff_t  formal_type_id) const [protected]
const char * Components::Cookie::_tao_obv_repository_id ( void  ) const [virtual]
const char * Components::Cookie::_tao_obv_static_repository_id ( void  ) [static]
void Components::Cookie::_tao_obv_truncatable_repo_ids ( Repository_Id_List &  ids) const [virtual]
CORBA::TypeCode_ptr Components::Cookie::_tao_type ( void  ) const
CORBA::Boolean Components::Cookie::_tao_unmarshal ( TAO_InputCDR strm,
Cookie *&  new_object 
) [static]

TAO extensions or internals.

virtual ::CORBA::Boolean Components::Cookie::_tao_unmarshal__Components_Cookie ( TAO_InputCDR ,
TAO_ChunkInfo &   
) [protected, pure virtual]

Implemented in OBV_Components::Cookie.

CORBA::Boolean Components::Cookie::_tao_unmarshal_v ( TAO_InputCDR strm) [protected]
virtual void Components::Cookie::cookieValue ( const CORBA::OctetSeq ) [protected, pure virtual]

Implemented in OBV_Components::Cookie.

virtual const CORBA::OctetSeq& Components::Cookie::cookieValue ( void  ) const [protected, pure virtual]

Implemented in OBV_Components::Cookie.

virtual CORBA::OctetSeq& Components::Cookie::cookieValue ( void  ) [protected, pure virtual]

Implemented in OBV_Components::Cookie.

void Components::Cookie::operator= ( const Cookie ) [private]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines