|
CXXR (C++ R)
|
Templated class CXXR::GCStackRoot and its untemplated base class CXXR::GCStackRootBase. More...
#include "CXXR/GCNode.hpp"

Go to the source code of this file.
Classes | |
| class | CXXR::GCStackRootBase |
| Untemplated base class for GCStackRoot. More... | |
| class | CXXR::GCStackRoot< T > |
| Smart pointer to protect a GCNode from garbage collection. More... | |
Namespaces | |
| namespace | CXXR |
| Namespace for the CXXR project. | |
Templated class CXXR::GCStackRoot and its untemplated base class CXXR::GCStackRootBase.
See the paragraph 'Caller Protects' in the description of class CXXR::GCStackRoot for recommended coding policy.
1.8.1