Data Structures | Namespaces
ie_locked_memory.hpp File Reference

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

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

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...
 

Namespaces

 InferenceEngine
 Inference Engine API.
 

Detailed Description

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