// This file is generated by Exported_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_Schema_api_h #define v8_inspector_protocol_Schema_api_h #include "v8-inspector.h" namespace v8_inspector { namespace protocol { #ifndef v8_inspector_protocol_exported_api_h #define v8_inspector_protocol_exported_api_h class V8_EXPORT Exported { public: virtual void AppendSerialized(std::vector<uint8_t>* out) const = 0; virtual ~Exported() { } }; #endif // !defined(v8_inspector_protocol_exported_api_h) namespace Schema { namespace API { // ------------- Enums. // ------------- Types. class V8_EXPORT Domain : public Exported { … }; } // namespace API } // namespace Schema } // namespace v8_inspector } // namespace protocol #endif // !defined(v8_inspector_protocol_Schema_api_h)