Data Structures
ie_locked_memory.hpp File Reference

A header file for generic LockedMemory<> and different variations of locks. More...

#include <iostream>
#include "ie_allocator.hpp"
#include <utility>

Go to the source code of this file.

Data Structures

class   InferenceEngine::LockedMemory< T >
  This class represents locked memory for read/write memory. More...
 
class   InferenceEngine::LockedMemory< void >
  This class is for <void*> data and allows casting to any pointers. More...
 
class   InferenceEngine::LockedMemory< const T >
  This class is for read-only segments. More...
 

Detailed Description

A header file for generic LockedMemory<> and different variations of locks.