Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6scopedarray.h File Reference
#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
 

Detailed Description

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.