#include <cstddef>
Go to the source code of this file.
Classes | |
class | RefCountingPointer< T > |
Namespaces | |
namespace | oasis::sca |
Functions | |
template<typename T , typename U > | |
RefCountingPointer< T > | constCast (RefCountingPointer< U > other) |
template<typename T , typename U > | |
RefCountingPointer< T > | dynamicCast (RefCountingPointer< U > other) |
template<typename T , typename U > | |
RefCountingPointer< T > | reinterpretCast (RefCountingPointer< U > other) |
template<typename T , typename U > | |
RefCountingPointer< T > | staticCast (RefCountingPointer< U > other) |
This file contains the SCA RefCountingPointer class declaration and cast operations on RefCountingPointers.