Line data Source code
1 : // This file is generated
2 :
3 : // Copyright (c) 2016 The Chromium Authors. All rights reserved.
4 : // Use of this source code is governed by a BSD-style license that can be
5 : // found in the LICENSE file.
6 :
7 : #ifndef v8_inspector_protocol_Schema_api_h
8 : #define v8_inspector_protocol_Schema_api_h
9 :
10 : #include "v8-inspector.h"
11 :
12 : namespace v8_inspector {
13 : namespace protocol {
14 : namespace Schema {
15 : namespace API {
16 :
17 : // ------------- Enums.
18 :
19 : // ------------- Types.
20 :
21 0 : class V8_EXPORT Domain {
22 : public:
23 : virtual std::unique_ptr<StringBuffer> toJSONString() const = 0;
24 0 : virtual ~Domain() { }
25 : static std::unique_ptr<protocol::Schema::API::Domain> fromJSONString(const StringView& json);
26 : };
27 :
28 : } // namespace API
29 : } // namespace Schema
30 : } // namespace v8_inspector
31 : } // namespace protocol
32 :
33 : #endif // !defined(v8_inspector_protocol_Schema_api_h)
|