Ariles
Classes | Namespaces | Macros
pointer.h File Reference

Detailed Description

Author
Alexander Sherikov

Definition in file pointer.h.

Go to the source code of this file.

#include <memory>
#include "../internal/helpers.h"
#include <ariles2/adapters/generic_pointer.h>

Classes

class  ariles2::PointerHandler< std::shared_ptr< t_Value > >
 
class  ariles2::PointerHandler< std::unique_ptr< t_Value > >
 

Namespaces

 ariles2
 

Macros

#define ARILES2_POINTER_TYPE   std::shared_ptr
 
#define ARILES2_POINTER_TYPE   std::unique_ptr
 

Macro Definition Documentation

◆ ARILES2_POINTER_TYPE [1/2]

#define ARILES2_POINTER_TYPE   std::shared_ptr

Definition at line 74 of file pointer.h.

◆ ARILES2_POINTER_TYPE [2/2]

#define ARILES2_POINTER_TYPE   std::unique_ptr

Definition at line 74 of file pointer.h.