#include <cstdlib>
#include <string>
#include <typeinfo>
#include "MayDay.H"
#include "Arena.H"
#include "CH_assert.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"


Go to the source code of this file.
Classes | |
| struct | RCPTypeTr< T > |
| General case T is non-const and inverse is const. More... | |
| struct | RCPTypeTr< const T > |
| Specialization where T is const and inverse is non-const. More... | |
| struct | RCPPairTr< T, S > |
| General case T and S are not the same. More... | |
| struct | RCPPairTr< T, T > |
| Specialization for same type. More... | |
| struct | RCPPointerPolicy |
| Policies for when T is a scalar object. More... | |
| struct | RCPArrayPolicy |
| Policies for when T is an array. More... | |
| struct | RCPFreePolicy |
| Policies for when T is created via malloc (or otherwise requires free). More... | |
| class | RefCountedPtr< T, OP > |
| A reference-counting handle class. More... | |
Defines | |
| #define | RCPDBG(x) (void)0; |
| #define RCPDBG | ( | x | ) | (void)0; |
1.5.5