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_array.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <stddef.h>
#include <optional>
#include <set>
#include <type_traits>
#include <utility>
#include <vector>
#include "core/fpdfapi/parser/cpdf_indirect_object_holder.h"
#include "core/fpdfapi/parser/cpdf_object.h"
#include "core/fxcrt/check.h"
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/retain_ptr.h"
Include dependency graph for cpdf_array.h:

Go to the source code of this file.

Classes

class  CPDF_Array
class  CPDF_ArrayLocker

Functions

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

Function Documentation

◆ ToArray() [1/3]

const CPDF_Array * ToArray ( const CPDF_Object * obj)
inline

Definition at line 202 of file cpdf_array.h.

References CPDF_Object::AsArray().

Referenced by FPDF_StructElement_Attr_CountChildren(), and FPDF_StructElement_Attr_GetChildAtIndex().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ToArray() [2/3]

CPDF_Array * ToArray ( CPDF_Object * obj)
inline

Definition at line 198 of file cpdf_array.h.

References CPDF_Object::AsMutableArray().

Here is the call graph for this function:

◆ ToArray() [3/3]

RetainPtr< const CPDF_Array > ToArray ( RetainPtr< CPDF_Object > obj)
inline

Definition at line 206 of file cpdf_array.h.