nicehash-api-cpp
0.0.1
include
client.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
6
class
Client
{
7
public
:
8
// Define these as virtual methods for easy compatibility with gmock
9
virtual
~ Client
() {};
10
virtual
std::string
get
(std::string
const
url);
11
};
Client::~ Client
virtual ~ Client()
Definition:
client.hpp:9
Client
Definition:
client.hpp:6
Generated on Sat Jul 1 2017 17:31:20 for nicehash-api-cpp by
1.8.13