![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>#include <memory>#include <set>#include "core/fpdfapi/parser/cpdf_object.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_string_wrappers.h"#include "core/fxcrt/retain_ptr.h"#include "third_party/abseil-cpp/absl/types/variant.h"Go to the source code of this file.
Classes | |
| class | CPDF_Stream |
Functions | |
| CPDF_Stream * | ToStream (CPDF_Object *obj) |
| const CPDF_Stream * | ToStream (const CPDF_Object *obj) |
| RetainPtr< CPDF_Stream > | ToStream (RetainPtr< CPDF_Object > obj) |
|
inline |
Definition at line 104 of file cpdf_stream.h.
References CPDF_Object::AsStream().
|
inline |
Definition at line 100 of file cpdf_stream.h.
References CPDF_Object::AsMutableStream().
|
inline |
Definition at line 108 of file cpdf_stream.h.