#define PSMART_POINTER_INFO

(cls, par, type)

This macro is used to declare a smart pointer class members.

Documentation

This macro is used to declare a smart pointer class members. The class cls is the smart pointer, descended from the par class, to the type class.

The macro declares in the class the following functions:

      PCLASSINFO(cls, par);
        Standard class info.

      type * operator->() const;
        Access to the members of the smart object in the smart pointer.

      type & operator*() const;
        Access to the value of the smart object in the smart pointer.

Alphabetic index HTML hierarchy of classes or Java



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