Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
cpdf_stream.h File Reference

(ab965b1c2c3e7e4cd62a4b45abfaf393f4fb4618)

#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"
+ Include dependency graph for cpdf_stream.h:

Go to the source code of this file.

Classes

class  CPDF_Stream
 

Functions

CPDF_StreamToStream (CPDF_Object *obj)
 
const CPDF_StreamToStream (const CPDF_Object *obj)
 
RetainPtr< CPDF_StreamToStream (RetainPtr< CPDF_Object > obj)
 

Function Documentation

◆ ToStream() [1/3]

const CPDF_Stream * ToStream ( const CPDF_Object * obj)
inline

Definition at line 102 of file cpdf_stream.h.

References CPDF_Object::AsStream().

+ Here is the call graph for this function:

◆ ToStream() [2/3]

CPDF_Stream * ToStream ( CPDF_Object * obj)
inline

Definition at line 98 of file cpdf_stream.h.

References CPDF_Object::AsMutableStream().

+ Here is the call graph for this function:

◆ ToStream() [3/3]

RetainPtr< const CPDF_Stream > ToStream ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 106 of file cpdf_stream.h.