Typedefs
ie_plugin_ptr.hpp File Reference

A header file contains a wrapper class for handling plugin instantiation and releasing resources. More...

#include <string>
#include "details/ie_so_pointer.hpp"
#include "ie_extension.h"
#include "ie_plugin.hpp"

Go to the source code of this file.

Typedefs

using InferenceEngine::InferenceEnginePluginPtr = InferenceEngine::details::SOPointer< IInferencePlugin >
 A C++ helper to work with objects created by the plugin. More...
 

Detailed Description

A header file contains a wrapper class for handling plugin instantiation and releasing resources.

Typedef Documentation

§ InferenceEnginePluginPtr

using InferenceEngine::InferenceEnginePluginPtr = typedef InferenceEngine::details::SOPointer<IInferencePlugin>

A C++ helper to work with objects created by the plugin.

Implements different interfaces.