#include "p6err.h"#include "p6runtimeif.h"#include "p6log.h"#include "p6thread.h"#include "p6runtimeapi.h"Go to the source code of this file.
Classes | |
| class | P6R::p6ScopedArray< T > |
Namespaces | |
| P6R | |
A smart pointer that stores a pointer to an dynamically allocated array and guarantees deletion of the array on destruction or when the reset() method is called.
Definition in file p6scopedarray.h.