w11 - cpp 0.794
Backend server for Rlink and w11
Loading...
Searching...
No Matches
Retro::RtclOPtr Class Reference

Implemenation (inline) of RtclOPtr. More...

#include <RtclOPtr.hpp>

Public Member Functions

 RtclOPtr ()
 Default constructor.
 
 RtclOPtr (Tcl_Obj *pobj)
 FIXME_docs.
 
 RtclOPtr (const RtclOPtr &rhs)
 FIXME_docs.
 
 ~RtclOPtr ()
 Destructor.
 
 operator Tcl_Obj * () const
 FIXME_docs.
 
bool operator! () const
 FIXME_docs.
 
RtclOPtroperator= (const RtclOPtr &rhs)
 FIXME_docs.
 
RtclOPtroperator= (Tcl_Obj *pobj)
 FIXME_docs.
 

Protected Attributes

Tcl_Obj * fpObj
 pointer to tcl object
 

Detailed Description

Implemenation (inline) of RtclOPtr.

FIXME_docs

Definition at line 23 of file RtclOPtr.hpp.

Constructor & Destructor Documentation

◆ RtclOPtr() [1/3]

Retro::RtclOPtr::RtclOPtr ( )
inline

Default constructor.

Definition at line 25 of file RtclOPtr.ipp.

◆ RtclOPtr() [2/3]

Retro::RtclOPtr::RtclOPtr ( Tcl_Obj *  pobj)
inlineexplicit

FIXME_docs.

Definition at line 32 of file RtclOPtr.ipp.

References fpObj.

◆ RtclOPtr() [3/3]

Retro::RtclOPtr::RtclOPtr ( const RtclOPtr rhs)
inline

FIXME_docs.

Definition at line 41 of file RtclOPtr.ipp.

References fpObj.

◆ ~RtclOPtr()

Retro::RtclOPtr::~RtclOPtr ( )
inline

Destructor.

Definition at line 50 of file RtclOPtr.ipp.

References fpObj.

Member Function Documentation

◆ operator Tcl_Obj *()

Retro::RtclOPtr::operator Tcl_Obj * ( ) const
inline

FIXME_docs.

Definition at line 58 of file RtclOPtr.ipp.

◆ operator!()

bool Retro::RtclOPtr::operator! ( ) const
inline

FIXME_docs.

Definition at line 66 of file RtclOPtr.ipp.

References fpObj.

◆ operator=() [1/2]

RtclOPtr & Retro::RtclOPtr::operator= ( const RtclOPtr rhs)
inline

FIXME_docs.

Definition at line 74 of file RtclOPtr.ipp.

References fpObj, and operator=().

Referenced by operator=().

◆ operator=() [2/2]

RtclOPtr & Retro::RtclOPtr::operator= ( Tcl_Obj *  pobj)
inline

FIXME_docs.

Definition at line 83 of file RtclOPtr.ipp.

References fpObj.

Member Data Documentation

◆ fpObj

Tcl_Obj* Retro::RtclOPtr::fpObj
protected

pointer to tcl object

Definition at line 36 of file RtclOPtr.hpp.

Referenced by operator!(), operator=(), RtclOPtr(), and ~RtclOPtr().


The documentation for this class was generated from the following files: