logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

simplesmartptr.h

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020                             simplesmartptr.h(3)

Detailed Description

       Header file that defines SimpleSmartPointer and ReferenceCount.

       Definition in file simplesmartptr.h.

Name

       simplesmartptr.h

Synopsis

       #include 'zipios++/zipios-config.h'

   Classes
       class zipios::SimpleSmartPointer<Type>SimpleSmartPointer is a simple reference counting smart pointer template.
       class zipios::ReferenceCount<Type>ReferenceCount is useful to ensure proper handling of the reference count for (objects of) classes
           handled through a SimpleSmartPointer.

See Also