Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes

TAO_RTScheduler_Current_var Class Reference

#include <Current.h>

Inheritance diagram for TAO_RTScheduler_Current_var:
Inheritance graph
[legend]
Collaboration diagram for TAO_RTScheduler_Current_var:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TAO_RTScheduler_Current_var (void)
 TAO_RTScheduler_Current_var (TAO_RTScheduler_Current_ptr p)
 TAO_RTScheduler_Current_var (const TAO_RTScheduler_Current_var &)
 ~TAO_RTScheduler_Current_var (void)
TAO_RTScheduler_Current_varoperator= (TAO_RTScheduler_Current_ptr)
TAO_RTScheduler_Current_varoperator= (const TAO_RTScheduler_Current_var &)
TAO_RTScheduler_Current_ptr operator-> (void) const
 operator const TAO_RTScheduler_Current_ptr & () const
 operator TAO_RTScheduler_Current_ptr & ()
TAO_RTScheduler_Current_ptr in (void) const
TAO_RTScheduler_Current_ptrinout (void)
TAO_RTScheduler_Current_ptrout (void)
TAO_RTScheduler_Current_ptr _retn (void)
TAO_RTScheduler_Current_ptr ptr (void) const

Static Public Member Functions

static TAO_RTScheduler_Current_ptr duplicate (TAO_RTScheduler_Current_ptr)
static void release (TAO_RTScheduler_Current_ptr)
static TAO_RTScheduler_Current_ptr nil (void)
static TAO_RTScheduler_Current_ptr narrow (CORBA::Object *)
static CORBA::Objectupcast (void *)

Private Member Functions

 TAO_RTScheduler_Current_var (const TAO_Base_var &rhs)
TAO_RTScheduler_Current_varoperator= (const TAO_Base_var &rhs)

Private Attributes

TAO_RTScheduler_Current_ptr ptr_

Detailed Description

Definition at line 175 of file Current.h.


Constructor & Destructor Documentation

TAO_RTScheduler_Current_var::TAO_RTScheduler_Current_var ( void   ) 

Definition at line 790 of file Current.cpp.

TAO_RTScheduler_Current_var::TAO_RTScheduler_Current_var ( TAO_RTScheduler_Current_ptr  p  )  [inline]

Definition at line 181 of file Current.h.

: ptr_ (p) {}

TAO_RTScheduler_Current_var::TAO_RTScheduler_Current_var ( const TAO_RTScheduler_Current_var  ) 
TAO_RTScheduler_Current_var::~TAO_RTScheduler_Current_var ( void   ) 

Definition at line 805 of file Current.cpp.

{
  ::CORBA::release (this->ptr_);
}

TAO_RTScheduler_Current_var::TAO_RTScheduler_Current_var ( const TAO_Base_var rhs  )  [private]

Member Function Documentation

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::_retn ( void   ) 

Definition at line 866 of file Current.cpp.

{
  // yield ownership of managed obj reference
  ::TAO_RTScheduler_Current_ptr val = this->ptr_;
  this->ptr_ = ::TAO_RTScheduler_Current::_nil ();
  return val;
}

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::duplicate ( TAO_RTScheduler_Current_ptr  p  )  [static]

Definition at line 875 of file Current.cpp.

{
  return ::TAO_RTScheduler_Current::_duplicate (p);
}

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::in ( void   )  const

Definition at line 846 of file Current.cpp.

{
  return this->ptr_;
}

TAO_RTScheduler_Current_ptr & TAO_RTScheduler_Current_var::inout ( void   ) 

Definition at line 852 of file Current.cpp.

{
  return this->ptr_;
}

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::narrow ( CORBA::Object p  )  [static]

Definition at line 893 of file Current.cpp.

{
  return ::TAO_RTScheduler_Current::_narrow (p);
}

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::nil ( void   )  [static]

Definition at line 887 of file Current.cpp.

{
  return ::TAO_RTScheduler_Current::_nil ();
}

TAO_RTScheduler_Current_var::operator const TAO_RTScheduler_Current_ptr & (  )  const
TAO_RTScheduler_Current_var::operator TAO_RTScheduler_Current_ptr & (  ) 
TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::operator-> ( void   )  const

Definition at line 840 of file Current.cpp.

{
  return this->ptr_;
}

TAO_RTScheduler_Current_var& TAO_RTScheduler_Current_var::operator= ( const TAO_RTScheduler_Current_var  ) 
TAO_RTScheduler_Current_var& TAO_RTScheduler_Current_var::operator= ( const TAO_Base_var rhs  )  [private]

Reimplemented from TAO_Base_var.

TAO_RTScheduler_Current_var & TAO_RTScheduler_Current_var::operator= ( TAO_RTScheduler_Current_ptr  p  ) 

Definition at line 811 of file Current.cpp.

{
  ::CORBA::release (this->ptr_);
  this->ptr_ = p;
  return *this;
}

TAO_RTScheduler_Current_ptr & TAO_RTScheduler_Current_var::out ( void   ) 

Definition at line 858 of file Current.cpp.

{
  ::CORBA::release (this->ptr_);
  this->ptr_ = ::TAO_RTScheduler_Current::_nil ();
  return this->ptr_;
}

TAO_RTScheduler_Current_ptr TAO_RTScheduler_Current_var::ptr ( void   )  const

Definition at line 795 of file Current.cpp.

{
  return this->ptr_;
}

void TAO_RTScheduler_Current_var::release ( TAO_RTScheduler_Current_ptr  p  )  [static]

Definition at line 881 of file Current.cpp.

CORBA::Object * TAO_RTScheduler_Current_var::upcast ( void *  src  )  [static]

Definition at line 902 of file Current.cpp.

{
  TAO_RTScheduler_Current **tmp =
    static_cast<TAO_RTScheduler_Current **> (src);
  return *tmp;
}


Member Data Documentation

Definition at line 211 of file Current.h.


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