In file src/H_Standard.h:

class HPointer


Public Methods

[more] HPointer()
[more] HPointer(T *ptr)
[more] HPointer(const HPointer &Hptr)
[more]T* c_ptr() const
[more] operator T *() const
[more]T* operator = (T *ptr)
[more]HPointer& operator = (const HPointer &Hptr)
[more] ~HPointer()

Private Classes

[more]class Ref

Private Fields

[more]static list<Ref> RefList
[more]list<Ref> ::iterator pos

Private Methods

[more]void AddRef(T* ptr)
[more]void UnRef()


Documentation

ostatic list<Ref> RefList

olist<Ref> ::iterator pos

o HPointer()

o HPointer(T *ptr)

o HPointer(const HPointer &Hptr)

oT* c_ptr() const

o operator T *() const

oT* operator = (T *ptr)

oHPointer& operator = (const HPointer &Hptr)

o ~HPointer()

ovoid AddRef(T* ptr)

ovoid UnRef()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.