chromium/out/Default/gen/v8/src/inspector/protocol/Forward.h

// This file is generated by Forward_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_Forward_h
#define v8_inspector_protocol_Forward_h


#include <memory>
#include <vector>

#include "v8//third_party/inspector_protocol/crdtp/error_support.h"
#include "v8//third_party/inspector_protocol/crdtp/dispatch.h"
#include "v8//third_party/inspector_protocol/crdtp/frontend_channel.h"
#include "v8//third_party/inspector_protocol/crdtp/protocol_core.h"

#include "src/inspector/string-util.h"

namespace v8_inspector {
namespace protocol {

DispatchResponse;
ErrorSupport;
Serializable;
FrontendChannel;
DomainDispatcher;
UberDispatcher;
Response;

class DictionaryValue;
class FundamentalValue;
class ListValue;
class Object;
class SerializedValue;
class StringValue;
class Value;

PtrMaybe;
ValueMaybe;

Maybe;

namespace detail {

template <typename T>
struct ArrayTypedef {};

template <>
struct ArrayTypedef<String> {};

template <>
struct ArrayTypedef<int> {};

template <>
struct ArrayTypedef<double> {};

template <>
struct ArrayTypedef<bool> {};

template <>
struct ArrayTypedef<Binary> {};

}  // namespace detail

Array;

} // namespace v8_inspector
} // namespace protocol

#endif // !defined(v8_inspector_protocol_Forward_h)