chromium/out/Default/gen/v8/src/inspector/protocol/HeapProfiler.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 v8_inspector_protocol_HeapProfiler_h
#define v8_inspector_protocol_HeapProfiler_h

#include "src/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 "src/inspector/protocol/Runtime.h"

namespace v8_inspector {
namespace protocol {
namespace HeapProfiler {
HeapSnapshotObjectId;
class SamplingHeapProfileNode;
class SamplingHeapProfileSample;
class SamplingHeapProfile;

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

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

class  SamplingHeapProfileNode : public ::v8_crdtp::ProtocolObject<SamplingHeapProfileNode> {};


class  SamplingHeapProfileSample : public ::v8_crdtp::ProtocolObject<SamplingHeapProfileSample> {};


class  SamplingHeapProfile : public ::v8_crdtp::ProtocolObject<SamplingHeapProfile> {};


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

class  Backend {};

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

class  Frontend {};

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

class  Dispatcher {};

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

class  Metainfo {};

} // namespace HeapProfiler
} // namespace v8_inspector
} // namespace protocol

#endif // !defined(v8_inspector_protocol_HeapProfiler_h)