chromium/out/Default/gen/third_party/blink/renderer/core/inspector/protocol/indexed_db.h

// This file is generated by TypeBuilder_h.template.

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef blink_protocol_IndexedDB_h
#define blink_protocol_IndexedDB_h

#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/inspector/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.
#include "third_party/blink/renderer/core/inspector/protocol/runtime.h"
#include "third_party/blink/renderer/core/inspector/protocol/storage.h"

namespace blink {
namespace protocol {
namespace IndexedDB {
class DatabaseWithObjectStores;
class ObjectStore;
class ObjectStoreIndex;
class Key;
class KeyRange;
class DataEntry;
class KeyPath;

// ------------- Forward and enum declarations.

// ------------- Type and builder declarations.

class CORE_EXPORT DatabaseWithObjectStores : public ::crdtp::ProtocolObject<DatabaseWithObjectStores> {};


class CORE_EXPORT ObjectStore : public ::crdtp::ProtocolObject<ObjectStore> {};


class CORE_EXPORT ObjectStoreIndex : public ::crdtp::ProtocolObject<ObjectStoreIndex> {};


class CORE_EXPORT Key : public ::crdtp::ProtocolObject<Key> {};


class CORE_EXPORT KeyRange : public ::crdtp::ProtocolObject<KeyRange> {};


class CORE_EXPORT DataEntry : public ::crdtp::ProtocolObject<DataEntry> {};


class CORE_EXPORT KeyPath : public ::crdtp::ProtocolObject<KeyPath> {};


// ------------- Backend interface.

class CORE_EXPORT Backend {};

// ------------- Frontend interface.

class CORE_EXPORT Frontend {};

// ------------- Dispatcher.

class CORE_EXPORT Dispatcher {};

// ------------- Metainfo.

class CORE_EXPORT Metainfo {};

} // namespace IndexedDB
} // namespace blink
} // namespace protocol

#endif // !defined(blink_protocol_IndexedDB_h)