1#ifndef CUDEVICEFACTORY_I_H
2#define CUDEVICEFACTORY_I_H
13 virtual TDevice *
getDevice(
const std::string &name,
const std::string &thread_tok) = 0;
14 virtual int removeRef(
const std::string& devname,
const std::string &thread_tok) = 0;
Definition cudevicefactory_i.h:9
virtual ~CuDeviceFactory_I()
Definition cudevicefactory_i.h:11
virtual int removeRef(const std::string &devname, const std::string &thread_tok)=0
virtual TDevice * getDevice(const std::string &name, const std::string &thread_tok)=0