Functions
ie_so_pointer.hpp File Reference

This is a wrapper class for handling plugin instantiation and releasing resources. More...

#include <memory>
#include "ie_so_loader.h"
#include "ie_common.h"
#include "ie_plugin.hpp"
#include "details/ie_exception.hpp"
#include "details/ie_no_release.hpp"
#include <string>
#include <cassert>

Go to the source code of this file.

Functions

template<class T >
std::shared_ptr< T >  InferenceEngine::make_so_pointer (const file_name_t &name)=delete
  Creates a special shared_pointer wrapper for the given type from a specific shared module. More...
 

Detailed Description

This is a wrapper class for handling plugin instantiation and releasing resources.

Function Documentation

§ make_so_pointer()

template<class T >
std::shared_ptr<T> InferenceEngine::make_so_pointer ( const file_name_t &  name )
inlinedelete

Creates a special shared_pointer wrapper for the given type from a specific shared module.

Parameters
name Name of the shared library file
name Name of the shared library file
Returns
shared_pointer A wrapper for the given type from a specific shared module