CCF
Loading...
Searching...
No Matches
include
ccf
kv
abstract_handle.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
namespace
ccf::kv
6
{
7
class
AbstractHandle
8
{
9
public
:
10
virtual
~AbstractHandle
() =
default
;
11
};
12
}
ccf::kv::AbstractHandle
Definition
abstract_handle.h:8
ccf::kv::AbstractHandle::~AbstractHandle
virtual ~AbstractHandle()=default
ccf::kv
Definition
app_interface.h:19
Generated by
1.9.8