| // Copyright 2016 PDFium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| #ifndef FXJS_CFX_KEYVALUE_H_ |
| #define FXJS_CFX_KEYVALUE_H_ |
| #include "core/fxcrt/bytestring.h" |
| enum class DataType : uint8_t { |
| DataType nType = DataType::kNull; |
| std::vector<std::unique_ptr<CFX_KeyValue>> objData; |
| class CFX_KeyValue : public CFX_Value { |
| #endif // FXJS_CFX_KEYVALUE_H_ |